mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused settings
This commit is contained in:
parent
099021b186
commit
b123c09c6c
2 changed files with 0 additions and 19 deletions
|
|
@ -121,13 +121,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
public bool EnablePathSource { get; set; } = false;
|
||||
public bool EnableUWP { get; set; } = true;
|
||||
|
||||
public string CustomizedExplorer { get; set; } = Explorer;
|
||||
public string CustomizedArgs { get; set; } = ExplorerArgs;
|
||||
|
||||
internal const char SuffixSeparator = ';';
|
||||
|
||||
internal const string Explorer = "explorer";
|
||||
|
||||
internal const string ExplorerArgs = "%s";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,18 +87,6 @@ namespace Flow.Launcher.Plugin.Program.Views
|
|||
}
|
||||
}
|
||||
|
||||
public string CustomizedExplorerPath
|
||||
{
|
||||
get => _settings.CustomizedExplorer;
|
||||
set => _settings.CustomizedExplorer = value;
|
||||
}
|
||||
|
||||
public string CustomizedExplorerArg
|
||||
{
|
||||
get => _settings.CustomizedArgs;
|
||||
set => _settings.CustomizedArgs = value;
|
||||
}
|
||||
|
||||
public bool ShowUWPCheckbox => UWP.SupportUWP();
|
||||
|
||||
public ProgramSetting(PluginInitContext context, Settings settings, Win32[] win32s, UWP.Application[] uwps)
|
||||
|
|
|
|||
Loading…
Reference in a new issue