File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
import org .cryptomator .integrations .keychain .KeychainAccessProvider ;
2
2
import org .cryptomator .integrations .revealpath .RevealPathService ;
3
3
import org .cryptomator .integrations .tray .TrayMenuController ;
4
- import org .cryptomator .linux .keychain .KDEWalletKeychainAccess ;
5
4
import org .cryptomator .linux .keychain .SecretServiceKeychainAccess ;
6
5
import org .cryptomator .linux .revealpath .DBusSendRevealPathService ;
7
6
import org .cryptomator .linux .tray .AppindicatorTrayMenuController ;
16
15
requires org .purejava .kwallet ;
17
16
requires secret .service ;
18
17
19
- provides KeychainAccessProvider with SecretServiceKeychainAccess , KDEWalletKeychainAccess ;
18
+ provides KeychainAccessProvider with SecretServiceKeychainAccess ;
20
19
provides RevealPathService with DBusSendRevealPathService ;
21
20
provides TrayMenuController with AppindicatorTrayMenuController ;
22
21
You can’t perform that action at this time.
0 commit comments