Skip to content

Commit 7040c0e

Browse files
committed
add display name
1 parent dbf2826 commit 7040c0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<!-- runtime dependencies -->
4242

43-
<api.version>1.4.0-beta1</api.version>
43+
<api.version>1.4.0-beta2</api.version>
4444
<secret-service.version>2.0.1-alpha</secret-service.version>
4545
<kdewallet.version>1.4.0</kdewallet.version>
4646
<slf4j.version>2.0.13</slf4j.version>

src/main/java/org/cryptomator/linux/quickaccess/NautilusBookmarks.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.cryptomator.linux.quickaccess;
22

33
import org.cryptomator.integrations.common.CheckAvailability;
4+
import org.cryptomator.integrations.common.DisplayName;
45
import org.cryptomator.integrations.common.OperatingSystem;
56
import org.cryptomator.integrations.common.Priority;
67
import org.cryptomator.integrations.quickaccess.QuickAccessService;
@@ -19,6 +20,7 @@
1920
@Priority(100)
2021
@CheckAvailability
2122
@OperatingSystem(OperatingSystem.Value.LINUX)
23+
@DisplayName("GNOME Nautilus Bookmarks")
2224
public class NautilusBookmarks implements QuickAccessService {
2325

2426
private static final int MAX_FILE_SIZE = 4096;

0 commit comments

Comments
 (0)