Skip to content

Commit 0dc5df5

Browse files
committed
Update icon & Toggle icon if has notifications
1 parent f1defb2 commit 0dc5df5

26 files changed

+72
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img width="256px" height="256px" src="src-tauri/icons/128x128%402.png" />
2+
<img width="256px" height="256px" src="src-tauri/icons/128x128%402x.png" />
33
</div>
44

55
# Gitification

src-tauri/Cargo.lock

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tauri-build = { version = "1.2", features = [] }
1616
[dependencies]
1717
serde_json = "1.0"
1818
serde = { version = "1.0", features = ["derive"] }
19-
tauri = { version = "1.2", features = ["http-request", "macos-private-api", "process-exit", "shell-open", "system-tray"] }
19+
tauri = { version = "1.2.4", features = ["http-request", "icon-ico", "icon-png", "macos-private-api", "process-exit", "shell-open", "system-tray"] }
2020
window-vibrancy = "0.3.2"
2121
tiny_http = "0.12.0"
2222
typed-html = { git = "https://github.com/bodil/typed-html", rev = "4c13ecca" }

src-tauri/icons/128x128.png

9.87 KB
Loading

src-tauri/icons/[email protected]

-35.4 KB
Binary file not shown.

src-tauri/icons/[email protected]

24 KB
Loading

src-tauri/icons/32x32.png

1.81 KB
Loading

src-tauri/icons/Square107x107Logo.png

7.8 KB
Loading

src-tauri/icons/Square142x142Logo.png

11.2 KB
Loading

src-tauri/icons/Square150x150Logo.png

12 KB
Loading

0 commit comments

Comments
 (0)