File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/cryptomator/linux/quickaccess Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<!-- runtime dependencies -->
42
42
43
- <api .version>1.4.0-beta1 </api .version>
43
+ <api .version>1.4.0-beta2 </api .version>
44
44
<secret-service .version>2.0.1-alpha</secret-service .version>
45
45
<kdewallet .version>1.4.0</kdewallet .version>
46
46
<slf4j .version>2.0.13</slf4j .version>
Original file line number Diff line number Diff line change 1
1
package org .cryptomator .linux .quickaccess ;
2
2
3
3
import org .cryptomator .integrations .common .CheckAvailability ;
4
+ import org .cryptomator .integrations .common .DisplayName ;
4
5
import org .cryptomator .integrations .common .OperatingSystem ;
5
6
import org .cryptomator .integrations .common .Priority ;
6
7
import org .cryptomator .integrations .quickaccess .QuickAccessService ;
19
20
@ Priority (100 )
20
21
@ CheckAvailability
21
22
@ OperatingSystem (OperatingSystem .Value .LINUX )
23
+ @ DisplayName ("GNOME Nautilus Bookmarks" )
22
24
public class NautilusBookmarks implements QuickAccessService {
23
25
24
26
private static final int MAX_FILE_SIZE = 4096 ;
You can’t perform that action at this time.
0 commit comments