wpa_gui-qt4: add support for starting in system tray only
Allow application to be started in the system tray only when started with the `-t' command line argument. Signed-off-by: Kel Modderman <kel@otaku42.de>
This commit is contained in:
parent
66897ae779
commit
fc0db5c916
4 changed files with 27 additions and 10 deletions
|
@ -32,7 +32,6 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
#endif /* CONFIG_NATIVE_WINDOWS */
|
||||
|
||||
w.show();
|
||||
ret = app.exec();
|
||||
|
||||
#ifdef CONFIG_NATIVE_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue