We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
applicationWillFinishLaunching(_:)
1 parent 8f347f2 commit 0570c7bCopy full SHA for 0570c7b
macos/ReactTestApp/AppDelegate.swift
@@ -149,6 +149,8 @@ extension AppDelegate {
149
}
150
151
func applicationWillFinishLaunching(_: Notification) {
152
+ // applicationWillFinishLaunching(_:) [ENABLE_SINGLE_APP_MODE=0]
153
+
154
if Session.shouldRememberLastComponent {
155
rememberLastComponentMenuItem.state = .on
156
@@ -294,6 +296,8 @@ extension AppDelegate {
294
296
rootView.frame = frame ?? NSRect(size: WindowSize.defaultSize)
295
297
window.contentViewController?.view = rootView
298
299
+ // applicationWillFinishLaunching(_:) [ENABLE_SINGLE_APP_MODE=1]
300
301
#if DEBUG
302
showReactMenu()
303
#endif // DEBUG
0 commit comments