diff options
Diffstat (limited to 'appearance/AppearancePanel.qml')
| -rw-r--r-- | appearance/AppearancePanel.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appearance/AppearancePanel.qml b/appearance/AppearancePanel.qml index 27a0196..708682c 100644 --- a/appearance/AppearancePanel.qml +++ b/appearance/AppearancePanel.qml @@ -31,6 +31,10 @@ Scope { function show(which) { if (which) root.tab = which; root.notice = ""; + // Schemes and wallpapers can both have changed since this shell + // started, which for an autostarted one is the whole session. + Udt.refresh(); + Wallpapers.refresh(); root.open = true; } function close() { root.open = false; } |
