Skip to content

Commit 2d4ef38

Browse files
committed
Open settings window when checking for updates
1 parent b715904 commit 2d4ef38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ice/Updates/UpdatesManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ final class UpdatesManager: NSObject, ObservableObject {
8585
}
8686
// Activate the app in case an alert needs to be displayed.
8787
appState.activate(withPolicy: .regular)
88+
appState.openSettingsWindow()
8889
updater.checkForUpdates()
8990
#endif
9091
}

0 commit comments

Comments
 (0)