mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-01 20:25:21 -06:00
Fix Translation on Button in MainWindow (#2720)
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
This commit is contained in:
parent
faae1218fa
commit
bad82e7204
@ -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…
Reference in New Issue
Block a user