mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove test code
This commit is contained in:
parent
492321072c
commit
98c2adb12d
3 changed files with 0 additions and 29 deletions
|
|
@ -510,19 +510,6 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
}
|
||||
}
|
||||
|
||||
private bool _showTaskbarOnInvoke = false;
|
||||
public bool ShowTaskbarOnInvoke
|
||||
{
|
||||
get => _showTaskbarOnInvoke;
|
||||
set
|
||||
{
|
||||
if (_showTaskbarOnInvoke != value)
|
||||
{
|
||||
_showTaskbarOnInvoke = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool SearchQueryResultsWithDelay { get; set; }
|
||||
public int SearchDelayTime { get; set; } = 150;
|
||||
|
|
|
|||
|
|
@ -179,8 +179,6 @@
|
|||
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
|
||||
<system:String x:Key="autoTopmostOnOpen">Auto Topmost on Open</system:String>
|
||||
<system:String x:Key="autoTopmostOnOpenToolTip">Set Flow Launcher to be topmost automatically when it is opened.</system:String>
|
||||
<system:String x:Key="showTaskbarOnInvoke">Show Taskbar when Flow is invoked</system:String>
|
||||
<system:String x:Key="showTaskbarOnInvokeToolTip">Similar to when using the Win key to open the Windows start menu, this will automatically show the taskbar.</system:String>
|
||||
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
|
||||
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
|
||||
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>
|
||||
|
|
|
|||
|
|
@ -110,20 +110,6 @@
|
|||
OnContent="{DynamicResource enable}" />
|
||||
</ui:SettingsCard>
|
||||
|
||||
<ui:SettingsCard
|
||||
Margin="0 4 0 0"
|
||||
Description="{DynamicResource showTaskbarOnInvokeToolTip}"
|
||||
Header="{DynamicResource showTaskbarOnInvoke}">
|
||||
<ui:SettingsCard.HeaderIcon>
|
||||
<ui:FontIcon Glyph="" />
|
||||
</ui:SettingsCard.HeaderIcon>
|
||||
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding Settings.ShowTaskbarOnInvoke}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</ui:SettingsCard>
|
||||
|
||||
<ui:SettingsCard Margin="0 4 0 0" Header="{DynamicResource SearchWindowPosition}">
|
||||
<ui:SettingsCard.HeaderIcon>
|
||||
<ui:FontIcon Glyph="" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue