fix: Re-update the user and app status when recieve_handshake is called (#54)

Also enabled assetProtocol for better caching in general

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-06-06 12:09:44 +10:00
committed by GitHub
parent c13ee0b17f
commit 57a0046224
5 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ features = ["curly"]
[dependencies.tauri]
version = "2.1.1"
features = ["tray-icon"]
features = ["protocol-asset", "tray-icon"]
[dependencies.tokio]
version = "1.40.0"