mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
ToolBar: update icons when theme changes
This commit is contained in:
@ -18,6 +18,7 @@ ToolBar::ToolBar(QWidget* parent) : QToolBar(parent)
|
||||
setIconSize(ICON_SIZE);
|
||||
|
||||
MakeActions();
|
||||
connect(&Settings::Instance(), &Settings::ThemeChanged, this, &ToolBar::UpdateIcons);
|
||||
UpdateIcons();
|
||||
|
||||
EmulationStopped();
|
||||
|
Reference in New Issue
Block a user