mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
update man pages
more correct behavior to --daemon option (renamed to --detached)
This commit is contained in:
@ -70,10 +70,6 @@ MainWindow::MainWindow(QWidget *parent,
|
||||
if (debug) qDebug() << PDEBUG << ":" << "settings" << args[QString("settings")].toBool();
|
||||
if (debug) qDebug() << PDEBUG << ":" << "tab" << args[QString("tab")].toInt();
|
||||
|
||||
if (args[QString("minimized")].toInt() == 1)
|
||||
isDaemon = true;
|
||||
else
|
||||
isDaemon = false;
|
||||
updateConfiguration(args);
|
||||
|
||||
// main actions
|
||||
|
||||
Reference in New Issue
Block a user