modified crates/radicle-tauri/src/commands/startup.rs
@@ -7,7 +7,7 @@ use radicle_types::config::{Config, Version};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,12 +101,12 @@ pub(crate) async fn startup(app: AppHandle) -> Result<Config, Error> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/lib.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +82,7 @@ pub fn run() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/lib.rs
@@ -23,6 +23,14 @@ pub mod traits;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|