mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
fIx toaster style
This commit is contained in:
@@ -73,7 +73,7 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => {
|
||||
onPlayerJoining.value = newOnPlayerJoining;
|
||||
|
||||
sharedFeedData.value = sharedFeedData.value.filter(
|
||||
(ctx) => ctx.type !== 'OnPlayerJoining'
|
||||
(ctx) => ctx.type !== 'OnPlayerJoining' && !ctx.isTraveling
|
||||
);
|
||||
sharedFeedData.value.unshift(...onPlayerJoining.value);
|
||||
if (sharedFeedData.value.length > maxEntries) {
|
||||
|
||||
Reference in New Issue
Block a user