We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d124a1 commit f43238aCopy full SHA for f43238a
src/main/java/org/cryptomator/linux/sidebar/NautilusSidebarService.java
@@ -1,6 +1,7 @@
1
package org.cryptomator.linux.sidebar;
2
3
import org.cryptomator.integrations.common.CheckAvailability;
4
+import org.cryptomator.integrations.common.Priority;
5
import org.cryptomator.integrations.sidebar.SidebarService;
6
import org.cryptomator.integrations.sidebar.SidebarServiceException;
7
@@ -14,6 +15,7 @@
14
15
import java.util.concurrent.locks.Lock;
16
import java.util.concurrent.locks.ReentrantReadWriteLock;
17
18
+@Priority(100)
19
@CheckAvailability
20
public class NautilusSidebarService implements SidebarService {
21
0 commit comments