You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ScriptCommands/showAppScriptCommand.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ class showAppScriptCommand: NSScriptCommand {
69
69
App.app.isFirstSummon =false
70
70
App.app.shortcutIndex =2 // Shortcut 3 = index 2 = DockAltTab
71
71
NSScreen.updatePreferred()
72
-
if !Windows.updatesBeforeShowing(){App.app.hideUi(); returnself}
72
+
// if !Windows.updatesBeforeShowing() { App.app.hideUi(); return self } //commented out since active app = 0 windows = no previews for any tarApp, and modifying updatesBeforeShowing leads to keeping thumbnailsPanel open with 0 thumbnails (empty grey window)
0 commit comments