From 7fa479f638618566546b3f07133ec2959a01abed Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Mon, 29 Apr 2024 14:09:58 +0600 Subject: [PATCH] SettingsPaneGeneralViewModel extends BaseModel --- .../SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index 4d73e0730..6df1b197e 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -9,11 +9,12 @@ using Flow.Launcher.Core.Resource; using Flow.Launcher.Helper; using Flow.Launcher.Infrastructure; using Flow.Launcher.Infrastructure.UserSettings; +using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedModels; namespace Flow.Launcher.SettingPages.ViewModels; -public partial class SettingsPaneGeneralViewModel +public partial class SettingsPaneGeneralViewModel : BaseModel { private static Internationalization Translator => InternationalizationManager.Instance;