misc: fix build fail
This commit is contained in:
parent
23d5ea81be
commit
2075283c3b
@ -75,12 +75,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
ProcessInfo.processInfo.disableSuddenTermination()
|
||||
// setup menu item first
|
||||
statusItem = NSStatusBar.system.statusItem(withLength: statusItemLengthWithSpeed)
|
||||
|
||||
statusItemView = StatusItemView.create(statusItem: statusItem)
|
||||
statusItemView.frame = CGRect(x: 0, y: 0, width: statusItemLengthWithSpeed, height: 22)
|
||||
statusMenu.delegate = self
|
||||
registCrashLogger()
|
||||
startAnrDetect()
|
||||
DispatchQueue.main.async {
|
||||
self.postFinishLaunching()
|
||||
}
|
||||
|
@ -3,4 +3,3 @@
|
||||
//
|
||||
#import "goClash.h"
|
||||
#import "ProxyConfigRemoteProcessProtocol.h"
|
||||
#import "BSBacktraceLogger.h"
|
||||
|
Loading…
Reference in New Issue
Block a user