remove test code

This commit is contained in:
01Dri 2025-12-14 19:02:26 -03:00
parent 492321072c
commit 98c2adb12d
3 changed files with 0 additions and 29 deletions

View file

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

View file

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

View file

@ -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="&#xE756;" />
</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="&#xe7f4;" />