FIX: reload styling changes for wizard styling step (#18121)

This commit is contained in:
Arpit Jalan
2022-08-29 15:10:47 +05:30
committed by GitHub
parent e6dba65f18
commit c4bb15441d
2 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class Wizard
if scheme.is_dark?
updater.update_setting(:default_dark_mode_color_scheme_id, -1)
end
updater.refresh_required = true
end
end