mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 06:32:12 +00:00
disable "remove" button when the selected vault is unlocked [ci skip]
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ final class MacOsXWebDavMounter implements WebDavMounterStrategy {
|
||||
public void reveal() throws CommandFailedException {
|
||||
try {
|
||||
Process proc = revealCommand.start();
|
||||
waitForProcessAndCheckSuccess(proc, 1, TimeUnit.SECONDS);
|
||||
waitForProcessAndCheckSuccess(proc, 2, TimeUnit.SECONDS);
|
||||
} catch (IOException e) {
|
||||
throw new CommandFailedException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user