mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix config domain mismatch due to CLR optimisation
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user