Fix config domain mismatch due to CLR optimisation

This commit is contained in:
Paddy Xu
2021-03-07 19:48:40 +01:00
parent a91261435a
commit b683ce0fd1
4 changed files with 7 additions and 7 deletions

View File

@@ -278,7 +278,7 @@ namespace QuickLook.Plugin.ImageViewer
{
Theme = Theme == Themes.Dark ? Themes.Light : Themes.Dark;
SettingHelper.Set("LastTheme", (int) Theme);
SettingHelper.Set("LastTheme", (int) Theme, "QuickLook.Plugin.ImageViewer");
}
private void ShowMeta()