File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import org .cryptomator .integrations .keychain .KeychainAccessProvider ;
22import org .cryptomator .integrations .revealpath .RevealPathService ;
33import org .cryptomator .integrations .tray .TrayMenuController ;
4+ import org .cryptomator .linux .keychain .KDEWalletKeychainAccess ;
45import org .cryptomator .linux .keychain .SecretServiceKeychainAccess ;
56import org .cryptomator .linux .revealpath .DBusSendRevealPathService ;
67import org .cryptomator .linux .tray .AppindicatorTrayMenuController ;
1516 requires org .purejava .kwallet ;
1617 requires secret .service ;
1718
18- provides KeychainAccessProvider with SecretServiceKeychainAccess ;
19+ provides KeychainAccessProvider with SecretServiceKeychainAccess , KDEWalletKeychainAccess ;
1920 provides RevealPathService with DBusSendRevealPathService ;
2021 provides TrayMenuController with AppindicatorTrayMenuController ;
2122
You can’t perform that action at this time.
0 commit comments