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}" />
-
-
-
-
-
-
-
-