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
[alert setMessageText:@"Do you want to delete the preferences?"];
143
-
[alert setInformativeText:@"Deleting the preferences will reset all Hammerspoon settings (including everything that uses hs.settings) to their defaults."];
145
+
[alert setInformativeText:@"Deleting the preferences will reset all Hammerspoon settings (including everything that uses hs.settings) to their defaults. This does not remove anything in ~/.hammerspoon/"];
144
146
[alert setAlertStyle:NSAlertStyleWarning];
145
147
146
-
if ([alert runModal] == NSAlertSecondButtonReturn) {
148
+
if ([alert runModal] == NSAlertFirstButtonReturn) {
0 commit comments