diff --git a/QuickLook.Common/Helpers/SettingHelper.cs b/QuickLook.Common/Helpers/SettingHelper.cs index 10c3e4d46..71f31d092 100644 --- a/QuickLook.Common/Helpers/SettingHelper.cs +++ b/QuickLook.Common/Helpers/SettingHelper.cs @@ -1,4 +1,4 @@ -// Copyright © 2017-2026 QL-Win Contributors +// Copyright © 2017-2026 QL-Win Contributors // // This file is part of QuickLook program. // @@ -26,6 +26,9 @@ namespace QuickLook.Common.Helpers; public static class SettingHelper { + public const string KeyAppTheme = "AppTheme"; + public const string KeyLastCanvasTheme = "LastCanvasTheme"; + public static readonly string LocalDataPath = IsPortableVersion() ? Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) ?? string.Empty, diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml index e177a8509..fedc4a78c 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml @@ -1,4 +1,4 @@ -