Skip to content

Commit 69d3dcc

Browse files
Clean code
1 parent ef34938 commit 69d3dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ public async void Hide(bool reset = true)
22142214
// Hide the taskbar if the setting is enabled
22152215
if (_taskbarShownByFlow)
22162216
{
2217-
Win32Helper.HideTaskbar(isOnPrimaryScreen);
2217+
Win32Helper.HideTaskbar();
22182218
_taskbarShownByFlow = false;
22192219
}
22202220

0 commit comments

Comments
 (0)