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 87274a6 commit dbf2826Copy full SHA for dbf2826
src/main/java/org/cryptomator/linux/quickaccess/NautilusBookmarks.java
@@ -1,6 +1,7 @@
1
package org.cryptomator.linux.quickaccess;
2
3
import org.cryptomator.integrations.common.CheckAvailability;
4
+import org.cryptomator.integrations.common.OperatingSystem;
5
import org.cryptomator.integrations.common.Priority;
6
import org.cryptomator.integrations.quickaccess.QuickAccessService;
7
import org.cryptomator.integrations.quickaccess.QuickAccessServiceException;
@@ -17,6 +18,7 @@
17
18
19
@Priority(100)
20
@CheckAvailability
21
+@OperatingSystem(OperatingSystem.Value.LINUX)
22
public class NautilusBookmarks implements QuickAccessService {
23
24
private static final int MAX_FILE_SIZE = 4096;
0 commit comments