fixed cover-grid selection and queuing behavior, added "clear queue" button
This commit is contained in:
@@ -249,6 +249,10 @@ class QueueStore {
|
||||
);
|
||||
}
|
||||
|
||||
clearQueue(): void {
|
||||
EventsEmit(Events.RequestClearQueue);
|
||||
}
|
||||
|
||||
// ===================================================================
|
||||
// SUBSCRIPTION SYSTEM
|
||||
// ===================================================================
|
||||
|
||||
Reference in New Issue
Block a user