nobleNote
nobleNote copied to clipboard
Can't quit nobleNote
- Regardless of the setting "close to tray", File->Quit and tray icon -> Quit won't quit the application.
- When the "close to tray" setting is activated, closing the the main window will minimize all windows to tray.
- When the "close to tray" setting is deactivated, closing the main window will only minimize the main window to tray.
OS: Kubuntu 20.04.1 QT: 5.12.8
for some unkown reason the following does not quit nobleNote
qApp->setQuitOnLastWindowClosed(true);
qApp->closeAllWindows();