mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 21:40:05 +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);
|
setIconSize(ICON_SIZE);
|
||||||
|
|
||||||
MakeActions();
|
MakeActions();
|
||||||
|
connect(&Settings::Instance(), &Settings::ThemeChanged, this, &ToolBar::UpdateIcons);
|
||||||
UpdateIcons();
|
UpdateIcons();
|
||||||
|
|
||||||
EmulationStopped();
|
EmulationStopped();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user