|
@@ -7,7 +7,7 @@ import org.cryptomator.common.vaults.VaultState;
|
|
|
import org.cryptomator.integrations.tray.TrayIntegrationProvider;
|
|
|
import org.cryptomator.ui.dialogs.Dialogs;
|
|
|
import org.cryptomator.ui.error.ErrorComponent;
|
|
|
-import org.cryptomator.ui.eventviewer.EventViewerComponent;
|
|
|
+import org.cryptomator.ui.eventview.EventViewComponent;
|
|
|
import org.cryptomator.ui.lock.LockComponent;
|
|
|
import org.cryptomator.ui.mainwindow.MainWindowComponent;
|
|
|
import org.cryptomator.ui.preferences.PreferencesComponent;
|
|
@@ -52,7 +52,7 @@ public class FxApplicationWindows {
|
|
|
private final UpdateReminderComponent.Factory updateReminderWindowFactory;
|
|
|
private final LockComponent.Factory lockWorkflowFactory;
|
|
|
private final ErrorComponent.Factory errorWindowFactory;
|
|
|
- private final EventViewerComponent.Factory eventViewWindow;
|
|
|
+ private final EventViewComponent.Factory eventViewWindow;
|
|
|
private final ExecutorService executor;
|
|
|
private final VaultOptionsComponent.Factory vaultOptionsWindow;
|
|
|
private final ShareVaultComponent.Factory shareVaultWindow;
|
|
@@ -71,7 +71,7 @@ public class FxApplicationWindows {
|
|
|
ErrorComponent.Factory errorWindowFactory, //
|
|
|
VaultOptionsComponent.Factory vaultOptionsWindow, //
|
|
|
ShareVaultComponent.Factory shareVaultWindow, //
|
|
|
- EventViewerComponent.Factory eventViewWindow, //
|
|
|
+ EventViewComponent.Factory eventViewWindow, //
|
|
|
ExecutorService executor, //
|
|
|
Dialogs dialogs) {
|
|
|
this.primaryStage = primaryStage;
|