mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-03-14 07:40:12 +01:00
Fix quit on dialog close
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
QApplication a( argc, argv );
|
||||
a.setQuitOnLastWindowClosed( false );
|
||||
|
||||
SysTrayX systrayx;
|
||||
|
||||
return a.exec();
|
||||
|
||||
Reference in New Issue
Block a user