mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-16 22:55:29 +08:00
UI: More configurable items
UI part
This commit is contained in:
@@ -1322,7 +1322,7 @@ void MainWindow::on_Set_Client_forceEnabledBox_stateChanged(int arg1)
|
||||
setButtonsEnabled(true);
|
||||
}
|
||||
|
||||
void MainWindow::on_Set_GUI_setLanguageButton_clicked()
|
||||
void MainWindow::on_Set_UI_setLanguageButton_clicked()
|
||||
{
|
||||
Util::chooseLanguage(settings, this);
|
||||
}
|
||||
|
||||
+1
-1
@@ -172,7 +172,7 @@ private slots:
|
||||
|
||||
void on_Set_Client_forceEnabledBox_stateChanged(int arg1);
|
||||
|
||||
void on_Set_GUI_setLanguageButton_clicked();
|
||||
void on_Set_UI_setLanguageButton_clicked();
|
||||
|
||||
void setButtonsEnabled(bool st);
|
||||
|
||||
|
||||
+629
-392
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user