Skip to content

Commit

Permalink
add DolphinPlaces as QuickAccessServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Aug 14, 2024
1 parent 1ffbff5 commit eef20ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.cryptomator.linux.autostart.FreedesktopAutoStartService;
import org.cryptomator.linux.keychain.KDEWalletKeychainAccess;
import org.cryptomator.linux.keychain.SecretServiceKeychainAccess;
import org.cryptomator.linux.quickaccess.DolphinPlaces;
import org.cryptomator.linux.quickaccess.NautilusBookmarks;
import org.cryptomator.linux.revealpath.DBusSendRevealPathService;
import org.cryptomator.linux.tray.AppindicatorTrayMenuController;
Expand All @@ -22,7 +23,7 @@
provides KeychainAccessProvider with SecretServiceKeychainAccess, KDEWalletKeychainAccess;
provides RevealPathService with DBusSendRevealPathService;
provides TrayMenuController with AppindicatorTrayMenuController;
provides QuickAccessService with NautilusBookmarks;
provides QuickAccessService with NautilusBookmarks, DolphinPlaces;

opens org.cryptomator.linux.tray to org.cryptomator.integrations.api;
}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.cryptomator.linux.quickaccess.NautilusBookmarks
org.cryptomator.linux.quickaccess.NautilusBookmarks
org.cryptomator.linux.quickaccess.DolphinPlaces

0 comments on commit eef20ec

Please sign in to comment.