We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa51812 commit 17e2c88Copy full SHA for 17e2c88
1 file changed
source/JJApplicationDelegate.m
@@ -109,7 +109,9 @@ repeat while (count menu bars) = 0\n\
109
click menu item %@ of menu 1 of menu bar item 3 of menu bar 1\n\
110
end tell\n\
111
if (restoreold) then\n\
112
+ try\n\
113
set frontmost of oldapp to true\n\
114
+ end try\n\
115
end if\n\
116
end tell";
117
NSString* menuItem = [@PRODUCT_NAME isEqualToString:@"PrivateWindow"] ? @"2" : @"1";
0 commit comments