Use icons provided by tobihagemann

This commit is contained in:
Ralph Plawetzki
2023-05-10 06:23:57 +02:00
parent fbe997e6c4
commit 8b94c82889
6 changed files with 9 additions and 5 deletions

View File

@@ -187,6 +187,6 @@ public class TrayMenuBuilder {
private String getAppropriateTrayIconSVG() {
boolean isAnyVaultUnlocked = vaults.stream().anyMatch(Vault::isUnlocked);
return isAnyVaultUnlocked ? "org.cryptomator.Cryptomator-unlocked" : "org.cryptomator.Cryptomator";
return isAnyVaultUnlocked ? "org.cryptomator.Cryptomator-monochrome-unlocked" : "org.cryptomator.Cryptomator-monochrome";
}
}