Skip to content

Commit 2984cb0

Browse files
committed
fix: search bar not dismissed on clear click
Fixes #1372
1 parent 1712f8a commit 2984cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cosmic-settings/src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ impl cosmic::Application for SettingsApp {
368368
}
369369

370370
Message::SearchClear => {
371+
self.search_active = false;
371372
self.search_clear();
372373
}
373374

0 commit comments

Comments
 (0)