Qt: Save original style name for restoring after theme switch

This commit is contained in:
Connor McLaughlin
2020-07-04 15:54:26 +10:00
parent 16411d7669
commit b3359dadc9
2 changed files with 8 additions and 6 deletions

View File

@ -80,6 +80,8 @@ private:
Ui::MainWindow m_ui;
QString m_unthemed_style_name;
QtHostInterface* m_host_interface = nullptr;
GameListWidget* m_game_list_widget = nullptr;