Fix Translation on Button in MainWindow (#2720)

This commit is contained in:
DanielSvoboda 2025-03-29 19:50:41 -03:00 committed by GitHub
parent faae1218fa
commit bad82e7204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,11 +45,11 @@ MainWindow::~MainWindow() {
bool MainWindow::Init() {
auto start = std::chrono::steady_clock::now();
// setup ui
LoadTranslation();
AddUiWidgets();
CreateActions();
CreateRecentGameActions();
ConfigureGuiFromSettings();
LoadTranslation();
CreateDockWindows();
CreateConnects();
SetLastUsedTheme();