MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / onLanguageChanged

Method onLanguageChanged

pcsx2-qt/MainWindow.cpp:2240–2249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2238}
2239
2240void MainWindow::onLanguageChanged()
2241{
2242 // reopen settings dialog after it applies
2243 updateLanguage();
2244 // If you doSettings now, on macOS, the window will somehow end up underneath the main window that was created above
2245 // Delay it slightly...
2246 QtHost::RunOnUIThread([] {
2247 g_main_window->doSettings("Interface");
2248 });
2249}
2250
2251void MainWindow::onInputRecNewActionTriggered()
2252{

Callers

nothing calls this directly

Calls 1

doSettingsMethod · 0.80

Tested by

no test coverage detected