|
@@ -7,7 +7,6 @@ import org.cryptomator.common.vaults.VaultState;
|
|
|
import org.cryptomator.integrations.tray.TrayIntegrationProvider;
|
|
|
import org.cryptomator.ui.controls.CustomDialog;
|
|
|
import org.cryptomator.ui.controls.FontAwesome5Icon;
|
|
|
-import org.cryptomator.ui.dokanysupportend.DokanySupportEndComponent;
|
|
|
import org.cryptomator.ui.error.ErrorComponent;
|
|
|
import org.cryptomator.ui.lock.LockComponent;
|
|
|
import org.cryptomator.ui.mainwindow.MainWindowComponent;
|
|
@@ -51,7 +50,6 @@ public class FxApplicationWindows {
|
|
|
private final QuitComponent.Builder quitWindowBuilder;
|
|
|
private final UnlockComponent.Factory unlockWorkflowFactory;
|
|
|
private final UpdateReminderComponent.Factory updateReminderWindowBuilder;
|
|
|
- private final DokanySupportEndComponent.Factory dokanySupportEndWindowBuilder;
|
|
|
private final LockComponent.Factory lockWorkflowFactory;
|
|
|
private final ErrorComponent.Factory errorWindowFactory;
|
|
|
private final ExecutorService executor;
|
|
@@ -68,7 +66,6 @@ public class FxApplicationWindows {
|
|
|
QuitComponent.Builder quitWindowBuilder, //
|
|
|
UnlockComponent.Factory unlockWorkflowFactory, //
|
|
|
UpdateReminderComponent.Factory updateReminderWindowBuilder, //
|
|
|
- DokanySupportEndComponent.Factory dokanySupportEndWindowBuilder, //
|
|
|
LockComponent.Factory lockWorkflowFactory, //
|
|
|
ErrorComponent.Factory errorWindowFactory, //
|
|
|
VaultOptionsComponent.Factory vaultOptionsWindow, //
|
|
@@ -82,7 +79,6 @@ public class FxApplicationWindows {
|
|
|
this.quitWindowBuilder = quitWindowBuilder;
|
|
|
this.unlockWorkflowFactory = unlockWorkflowFactory;
|
|
|
this.updateReminderWindowBuilder = updateReminderWindowBuilder;
|
|
|
- this.dokanySupportEndWindowBuilder = dokanySupportEndWindowBuilder;
|
|
|
this.lockWorkflowFactory = lockWorkflowFactory;
|
|
|
this.errorWindowFactory = errorWindowFactory;
|
|
|
this.executor = executor;
|