mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
ToolBar: update icons when theme changes
This commit is contained in:
parent
9bdbd02efc
commit
4be07b4eb2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ ToolBar::ToolBar(QWidget* parent) : QToolBar(parent)
|
||||||
setIconSize(ICON_SIZE);
|
setIconSize(ICON_SIZE);
|
||||||
|
|
||||||
MakeActions();
|
MakeActions();
|
||||||
|
connect(&Settings::Instance(), &Settings::ThemeChanged, this, &ToolBar::UpdateIcons);
|
||||||
UpdateIcons();
|
UpdateIcons();
|
||||||
|
|
||||||
EmulationStopped();
|
EmulationStopped();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue