diff --git a/src/app/ui/skin/skin_theme.cpp b/src/app/ui/skin/skin_theme.cpp index eb4ebcf8c..7c8a8930e 100644 --- a/src/app/ui/skin/skin_theme.cpp +++ b/src/app/ui/skin/skin_theme.cpp @@ -203,7 +203,8 @@ void SkinTheme::onRegenerate() Console::showException(e); // We can continue, as we've already loaded the default theme - // anyway... + // anyway. Here we restore the setting to its default value. + pref.theme.selected(pref.theme.selected.defaultValue()); } } }