chore: update references to favorites

This commit is contained in:
Vukašin Vojinović 2024-05-29 00:29:13 +02:00 committed by Ashley Wulber
parent 8858326878
commit f453b4ef9b
3 changed files with 61 additions and 61 deletions

View file

@ -16,7 +16,7 @@ pub enum AppListEvent {
WindowList(Vec<Toplevel>),
Add(Toplevel),
Remove(Toplevel),
Favorite((String, bool)),
PinApp((String, bool)),
Refresh,
}