From 98c2adb12daa9a558db8dd1bc4f5a4f75809d8a0 Mon Sep 17 00:00:00 2001 From: 01Dri Date: Sun, 14 Dec 2025 19:02:26 -0300 Subject: [PATCH] remove test code --- .../UserSettings/Settings.cs | 13 ------------- Flow.Launcher/Languages/en.xaml | 2 -- .../SettingPages/Views/SettingsPaneGeneral.xaml | 14 -------------- 3 files changed, 29 deletions(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 1394dd991..c562dbb37 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -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; diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index cfc2405a5..558d40824 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -179,8 +179,6 @@ Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position. Auto Topmost on Open Set Flow Launcher to be topmost automatically when it is opened. - Show Taskbar when Flow is invoked - Similar to when using the Win key to open the Windows start menu, this will automatically show the taskbar. Restart after modifying plugin via Plugin Store Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml index 106cd6634..5500c1081 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml @@ -110,20 +110,6 @@ OnContent="{DynamicResource enable}" /> - - - - - - - -