mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 14:53:42 +00:00
change lineEdit to comboBox
add clear() function to profile tab
This commit is contained in:
@ -141,6 +141,7 @@ int EthernetWidget::isOk()
|
||||
|
||||
void EthernetWidget::setSettings(const QMap<QString, QString> settings)
|
||||
{
|
||||
clear();
|
||||
QMap<QString, QString> ethernetSettings = settings;
|
||||
|
||||
if (ethernetSettings.contains(QString("SkipNoCarrier")))
|
||||
|
||||
Reference in New Issue
Block a user