UI: More configurable items

UI part
This commit is contained in:
wh201906 2023-02-18 15:25:40 +08:00
parent aaf6e52a12
commit 6926b2f170
No known key found for this signature in database
3 changed files with 631 additions and 394 deletions

View File

@ -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);
} }

View File

@ -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