mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -564,7 +564,7 @@ function handlePipeline(args) {
|
||||
uiStore.notifyMenu('notification');
|
||||
}
|
||||
notificationStore.queueNotificationNoty(noty);
|
||||
notificationStore.notificationTable.data.push(noty);
|
||||
notificationStore.appendNotificationTableEntry(noty);
|
||||
sharedFeedStore.addEntry(noty);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user