mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
small edit of showing information
This commit is contained in:
@ -56,6 +56,7 @@ MainWindow::MainWindow(QWidget *parent,
|
||||
qtTranslator(qtAppTranslator),
|
||||
translator(appTranslator)
|
||||
{
|
||||
setWindowIcon(QIcon(":icon"));
|
||||
if (debug) qDebug() << PDEBUG << ":" << "about" << args[QString("about")].toBool();
|
||||
if (debug) qDebug() << PDEBUG << ":" << "auto" << args[QString("auto")].toBool();
|
||||
if (debug) qDebug() << PDEBUG << ":" << "config" << configPath;
|
||||
|
||||
Reference in New Issue
Block a user