mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-24 11:09:57 +00:00
tuntap, tunnel and vlan widgets have been completed
This commit is contained in:
@ -111,9 +111,9 @@ QHash<QString, QString> MobileWidget::getSettings()
|
||||
mobileSettings[QString("UsePeerDNS")] = QString("false");
|
||||
if (!ui->lineEdit_options->text().isEmpty())
|
||||
mobileSettings[QString("OptionsFile")] = ui->lineEdit_options->text();
|
||||
clear();
|
||||
}
|
||||
|
||||
clear();
|
||||
return mobileSettings;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user