diff options
Diffstat (limited to 'modules/controlcenter/appearance')
| -rw-r--r-- | modules/controlcenter/appearance/AppearancePane.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml index 388fc88..22e5580 100644 --- a/modules/controlcenter/appearance/AppearancePane.qml +++ b/modules/controlcenter/appearance/AppearancePane.qml @@ -84,6 +84,9 @@ RowLayout { // Update border Config.border.rounding = root.borderRounding; Config.border.thickness = root.borderThickness; + + // Persist changes to disk + Config.save(); } Item { |