The File menu's Exit item was hard-disabled and its action had no case in the menu dispatcher, so it did nothing. Enable it and route file.exit to QuitApp, which runs the same graceful beforeClose shutdown as the window close button.
The File menu's Exit item was hard-disabled and its action had no case in the menu dispatcher, so it did nothing. Enable it and route file.exit to QuitApp, which runs the same graceful beforeClose shutdown as the window close button.