Skip to content

Commit 6899810

Browse files
committed
[WARP] Fix sidebar run matcher icon not resetting to idle
Fixes #7116
1 parent e4d45a9 commit 6899810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/warp/ui/plugin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ void WarpSidebarWidget::focus()
134134
void WarpSidebarWidget::Update()
135135
{
136136
m_matchedWidget->Update();
137-
if (!GetMatcherTask())
138-
setMatcherActionIcon(false);
137+
setMatcherActionIcon(false);
139138
}
140139

141140
void WarpSidebarWidget::setMatcherActionIcon(bool running)

0 commit comments

Comments
 (0)