diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bb382b6..7f31159 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolos" -version = "0.1.3" +version = "0.1.4" description = "Dolos Desktop Application" default-run = "dolos" license = "GPLv3" diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index cf264dd..1c114dc 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -82,10 +82,6 @@ async fn launch_game(app: tauri::AppHandle, game: String) -> () { tokio::time::sleep(tokio::time::Duration::from_millis(2500)).await; app.get_window("main").unwrap().close().unwrap(); - let _ = Notification::new(&app.config().tauri.bundle.identifier) - .title("Dolos is running") - .body("Dolos is running in the background setting your status to offline! View the tray icon for more options.") - .show(); } #[tauri::command] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 65c0aad..9c0edbd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Dolos", - "version": "0.1.3" + "version": "0.1.4" }, "tauri": { "allowlist": {