WIP
This commit is contained in:
parent
b4275008f9
commit
663bbb06d9
14 changed files with 921 additions and 51 deletions
|
@ -86,6 +86,10 @@ impl ThemeRegistry {
|
|||
}));
|
||||
}
|
||||
|
||||
pub fn clear(&mut self) {
|
||||
self.themes.clear();
|
||||
}
|
||||
|
||||
pub fn list_names(&self, _staff: bool) -> impl Iterator<Item = SharedString> + '_ {
|
||||
self.themes.keys().cloned()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue