Skip to content

Commit 518fd7c

Browse files
authored
Use appropriate icon for "error" status in search tab
PR #23351.
1 parent 9a68a03 commit 518fd7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/search/searchwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ namespace
138138
case SearchJobWidget::Status::Aborted:
139139
return u"task-reject"_s;
140140
case SearchJobWidget::Status::Error:
141+
return u"error"_s;
141142
case SearchJobWidget::Status::NoResults:
142143
return u"dialog-warning"_s;
143144
default:

0 commit comments

Comments
 (0)