mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Allow only one selection in person screen
This commit is contained in:
parent
9a9a181739
commit
026880739c
2 changed files with 6 additions and 0 deletions
|
|
@ -87,4 +87,8 @@ where
|
|||
pub fn invalidate_filter(&self) {
|
||||
self.widget.invalidate_filter();
|
||||
}
|
||||
|
||||
pub fn clear_selection(&self) {
|
||||
self.widget.unselect_all();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue