UI: More configurable items

UI part
master
wh201906 2 years ago
parent aaf6e52a12
commit 6926b2f170
No known key found for this signature in database

@ -1322,7 +1322,7 @@ void MainWindow::on_Set_Client_forceEnabledBox_stateChanged(int arg1)
setButtonsEnabled(true); setButtonsEnabled(true);
} }
void MainWindow::on_Set_GUI_setLanguageButton_clicked() void MainWindow::on_Set_UI_setLanguageButton_clicked()
{ {
Util::chooseLanguage(settings, this); Util::chooseLanguage(settings, this);
} }

@ -172,7 +172,7 @@ private slots:
void on_Set_Client_forceEnabledBox_stateChanged(int arg1); void on_Set_Client_forceEnabledBox_stateChanged(int arg1);
void on_Set_GUI_setLanguageButton_clicked(); void on_Set_UI_setLanguageButton_clicked();
void setButtonsEnabled(bool st); void setButtonsEnabled(bool st);

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save