Skip to content

Commit 82d9342

Browse files
committed
change parameter to be the mountpoint path
1 parent 3108a43 commit 82d9342

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/cryptomator/integrations/filemanagersidebar/SidebarService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
import org.cryptomator.integrations.common.IntegrationsLoader;
44

5+
import java.nio.file.Path;
56
import java.util.Optional;
67

78
public interface SidebarService {
89

9-
SidebarEntry add();
10+
SidebarEntry add(Path mountpoint);
1011

1112
interface SidebarEntry {
1213
void remove();

0 commit comments

Comments
 (0)