Skip to content

Commit 50b699f

Browse files
committed
Clean up menu items and remove update prompt since we don't use it rn
1 parent fb10f4e commit 50b699f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AltServer/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
5959
let feedURL: String = Bundle.main.infoDictionary!["SUFeedURL"]! as! String
6060
#endif
6161

62-
SUUpdater.shared().feedURL = URL(string: feedURL)
62+
//SUUpdater.shared().feedURL = URL(string: feedURL)
6363

6464
let item = NSStatusBar.system.statusItem(withLength: -1)
6565
item.menu = self.appMenu
@@ -329,7 +329,7 @@ private extension AppDelegate {
329329
logInMenuItem.action = #selector(logoutFromAppleID)
330330
} catch {
331331
print("Error getting stored AppleID credentials: \(error)")
332-
logInMenuItem.title = "Save Apple ID Login..."
332+
logInMenuItem.title = "Save Apple ID to Keychain..."
333333
logInMenuItem.action = #selector(loginToAppleID)
334334
}
335335
}

AltServer/Base.lproj/Main.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@
7676
<menuItem title="Launch at Login" id="IyR-FQ-upe" userLabel="Launch At Login">
7777
<modifierMask key="keyEquivalentModifierMask"/>
7878
</menuItem>
79-
<menuItem isSeparatorItem="YES" id="mVM-Nm-Zi9"/>
79+
<!-- <menuItem isSeparatorItem="YES" id="mVM-Nm-Zi9"/> -->
8080
<menuItem title="Log in" id="k7w-cA-c4B">
8181
<modifierMask key="keyEquivalentModifierMask"/>
8282
</menuItem>
83-
<menuItem isSeparatorItem="YES" id="mhj-D5-Ycy"/>
83+
<!-- <menuItem isSeparatorItem="YES" id="mhj-D5-Ycy"/>
8484
<menuItem title="Check for Updates..." id="Tnq-gD-Eic" userLabel="Check for Updates">
8585
<modifierMask key="keyEquivalentModifierMask"/>
8686
<connections>
8787
<action selector="checkForUpdates:" target="Arf-IC-5eb" id="7JG-du-nr4"/>
8888
</connections>
8989
</menuItem>
90-
<menuItem isSeparatorItem="YES" id="hmG-xg-qgm"/>
90+
<menuItem isSeparatorItem="YES" id="hmG-xg-qgm"/> -->
9191
<menuItem title="Quit SideServer" keyEquivalent="q" id="4sb-4s-VLi">
9292
<connections>
9393
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>

0 commit comments

Comments
 (0)