mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don't hide the Web Inspector menu item since the entire Debug menu is removed for release builds
This commit is contained in:
@@ -42,7 +42,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||
@IBOutlet var sortByOldestArticleOnTopMenuItem: NSMenuItem!
|
||||
@IBOutlet var sortByNewestArticleOnTopMenuItem: NSMenuItem!
|
||||
@IBOutlet var checkForUpdatesMenuItem: NSMenuItem!
|
||||
@IBOutlet var enableWebInspectorMenuItem: NSMenuItem!
|
||||
|
||||
var unreadCount = 0 {
|
||||
didSet {
|
||||
@@ -117,7 +116,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||
|
||||
#if MAC_APP_STORE
|
||||
checkForUpdatesMenuItem.isHidden = true
|
||||
enableWebInspectorMenuItem.isHidden = true
|
||||
#endif
|
||||
|
||||
appName = (Bundle.main.infoDictionary!["CFBundleExecutable"]! as! String)
|
||||
|
||||
Reference in New Issue
Block a user