mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 03:32:54 +00:00
ToolBar: update icons when theme changes
This commit is contained in:
parent
9bdbd02efc
commit
4be07b4eb2
@ -18,6 +18,7 @@ ToolBar::ToolBar(QWidget* parent) : QToolBar(parent)
|
||||
setIconSize(ICON_SIZE);
|
||||
|
||||
MakeActions();
|
||||
connect(&Settings::Instance(), &Settings::ThemeChanged, this, &ToolBar::UpdateIcons);
|
||||
UpdateIcons();
|
||||
|
||||
EmulationStopped();
|
||||
|
Loading…
x
Reference in New Issue
Block a user