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
ADD_MENU(@"Check for Updates…", checkForUpdates:, nil, [SUUpdater sharedUpdater]);
118
118
}
119
119
*/
120
-
// open at login, aka openAtLoginMenuItem
121
-
[ADD_MENU(@"Open at Login", toggleOpenAtLogin:, nil, self) setState:_launchAtLoginController.launchAtLogin];
120
+
122
121
NSMenuItem *fraksoftMI = [[NSMenuItemalloc] initWithTitle:[NSStringstringWithFormat:@"🆔 Docker Info by FrakSoft"] action:nilkeyEquivalent:@""];
122
+
NSMenuItem *made = [[NSMenuItemalloc] initWithTitle:[NSStringstringWithFormat:@"🛠️ Made with ❤️ at the Frak Lab"] action:@selector(openLinkedInPage) keyEquivalent:@""];
123
+
NSMenuItem *made2 = [[NSMenuItemalloc] initWithTitle:[NSStringstringWithFormat:@"🛠️ Made with 💉💦 & 😭 in Hell"] action:@selector(openLinkedInPage) keyEquivalent:@""];
0 commit comments