We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3108a43 commit 82d9342Copy full SHA for 82d9342
1 file changed
src/main/java/org/cryptomator/integrations/filemanagersidebar/SidebarService.java
@@ -2,11 +2,12 @@
2
3
import org.cryptomator.integrations.common.IntegrationsLoader;
4
5
+import java.nio.file.Path;
6
import java.util.Optional;
7
8
public interface SidebarService {
9
- SidebarEntry add();
10
+ SidebarEntry add(Path mountpoint);
11
12
interface SidebarEntry {
13
void remove();
0 commit comments