Skip to content

Commit

Permalink
fix: proper win7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 17, 2024
1 parent 0d982c2 commit 024516d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tauri-plugin-single-instance = "2.0"
tauri-plugin-process = "2.0"
tauri-plugin-autostart = "2.0"
tauri-plugin-http = "2.0"
tauri-plugin-notification = "2.0"
tauri-plugin-notification = { version = "2.0", features = ["windows7-compat"] }
# window blur
window-vibrancy = { version = "0.5.0", optional = true }

Expand Down

0 comments on commit 024516d

Please sign in to comment.