MacGapProject / MacGap2

MacGap 2
MIT License
1.2k stars 84 forks source link

My app not closed #102

Closed chris1111 closed 1 year ago

chris1111 commented 4 years ago

I have to close by the menue bar or the Dock thanks for help

chris1111 commented 1 year ago

My God 3 years later

AppDelegate.m

- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication {
    return YES;
}

Done in my App Google-Translate