Skip to content

Commit 2916df0

Browse files
committed
Closes #83
1 parent 5e6ecad commit 2916df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cryptomator/linux/keychain/SecretServiceKeychainAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public String displayName() {
2828
@Override
2929
public boolean isSupported() {
3030
try {
31-
return SimpleCollection.isAvailable();
31+
return SimpleCollection.isGnomeKeyringAvailable();
3232
} catch (RuntimeException e) {
3333
LOG.warn("Initializing secret service keychain access failed", e);
3434
return false;

0 commit comments

Comments
 (0)