Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Leastrio committed Nov 30, 2023
1 parent 60a562c commit 30468a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dolos"
version = "0.1.3"
version = "0.1.4"
description = "Dolos Desktop Application"
default-run = "dolos"
license = "GPLv3"
Expand Down
4 changes: 0 additions & 4 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Dolos",
"version": "0.1.3"
"version": "0.1.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 30468a4

Please sign in to comment.