mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
Fix Translation on Button in MainWindow (#2720)
This commit is contained in:
parent
faae1218fa
commit
bad82e7204
1 changed files with 1 additions and 1 deletions
|
@ -45,11 +45,11 @@ MainWindow::~MainWindow() {
|
||||||
bool MainWindow::Init() {
|
bool MainWindow::Init() {
|
||||||
auto start = std::chrono::steady_clock::now();
|
auto start = std::chrono::steady_clock::now();
|
||||||
// setup ui
|
// setup ui
|
||||||
|
LoadTranslation();
|
||||||
AddUiWidgets();
|
AddUiWidgets();
|
||||||
CreateActions();
|
CreateActions();
|
||||||
CreateRecentGameActions();
|
CreateRecentGameActions();
|
||||||
ConfigureGuiFromSettings();
|
ConfigureGuiFromSettings();
|
||||||
LoadTranslation();
|
|
||||||
CreateDockWindows();
|
CreateDockWindows();
|
||||||
CreateConnects();
|
CreateConnects();
|
||||||
SetLastUsedTheme();
|
SetLastUsedTheme();
|
||||||
|
|
Loading…
Add table
Reference in a new issue