Skip to content

Commit eef20ec

Browse files
committed
add DolphinPlaces as QuickAccessServiceProvider
1 parent 1ffbff5 commit eef20ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import org.cryptomator.linux.autostart.FreedesktopAutoStartService;
77
import org.cryptomator.linux.keychain.KDEWalletKeychainAccess;
88
import org.cryptomator.linux.keychain.SecretServiceKeychainAccess;
9+
import org.cryptomator.linux.quickaccess.DolphinPlaces;
910
import org.cryptomator.linux.quickaccess.NautilusBookmarks;
1011
import org.cryptomator.linux.revealpath.DBusSendRevealPathService;
1112
import org.cryptomator.linux.tray.AppindicatorTrayMenuController;
@@ -22,7 +23,7 @@
2223
provides KeychainAccessProvider with SecretServiceKeychainAccess, KDEWalletKeychainAccess;
2324
provides RevealPathService with DBusSendRevealPathService;
2425
provides TrayMenuController with AppindicatorTrayMenuController;
25-
provides QuickAccessService with NautilusBookmarks;
26+
provides QuickAccessService with NautilusBookmarks, DolphinPlaces;
2627

2728
opens org.cryptomator.linux.tray to org.cryptomator.integrations.api;
2829
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
org.cryptomator.linux.quickaccess.NautilusBookmarks
1+
org.cryptomator.linux.quickaccess.NautilusBookmarks
2+
org.cryptomator.linux.quickaccess.DolphinPlaces

0 commit comments

Comments
 (0)