SettingsPaneGeneralViewModel extends BaseModel

This commit is contained in:
Yusyuriv 2024-04-29 14:09:58 +06:00
parent 6bbfb15f45
commit 7fa479f638
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -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;