diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index c35dcc2ba..5470c2ddd 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -233,7 +233,7 @@ namespace Flow.Launcher var explorerInfo = _settingsVM.Settings.CustomExplorer; var qttabbarIndex = customExplorerList.FindIndex(e => e.Name.Equals("QTTABBAR", StringComparison.OrdinalIgnoreCase)); - var isQttabbarSelected = qttabbarIndex >= 0 && _settingsVM.Settings.CustomExplorerIndex == qttabbarIndex; + var isQttabbarSelected = qttabbarIndex == _settingsVM.Settings.CustomExplorerIndex; if (isQttabbarSelected) {