mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
SettingsPaneGeneralViewModel extends BaseModel
This commit is contained in:
parent
6bbfb15f45
commit
7fa479f638
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue