Qt: Add function to recreate the main window

This commit is contained in:
Connor McLaughlin
2021-08-16 14:06:16 +10:00
parent 971af2cb5c
commit 47f85dc453
4 changed files with 19 additions and 3 deletions

View File

@@ -150,6 +150,7 @@ private:
void updateMenuSelectedTheme();
void ensureGameListLoaded();
std::string getDeviceDiscPath(const QString& title);
void recreate();
Ui::MainWindow m_ui;