mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-16 15:33:42 +00:00
starting work on new profile tab...
This commit is contained in:
@ -131,7 +131,7 @@ void MainWindow::updateTabs(const int tab)
|
||||
if (tab == 0)
|
||||
updateMainTab();
|
||||
else if (tab == 1)
|
||||
|
||||
updateProfileTab();
|
||||
else if (tab == 2)
|
||||
updateWifiTab();
|
||||
}
|
||||
@ -351,7 +351,6 @@ void MainWindow::wifiTabSetEnabled(bool state)
|
||||
if (state) {
|
||||
ui->tableWidget_wifi->show();
|
||||
ui->pushButton_wifiRefresh->setEnabled(true);
|
||||
ui->pushButton_wifiStart->setEnabled(true);
|
||||
ui->label_wifi->hide();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user