ShowMeYourName: respect streamer mode

This commit is contained in:
Vendicated 2025-09-05 03:55:38 +02:00
parent b6e96a4d3b
commit e857f6806f
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
4 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,11 @@
import { FluxStore } from "@vencord/discord-types";
export class StreamerModeStore extends FluxStore {
get autoToggle(): boolean;
get disableNotifications(): boolean;
get disableSounds(): boolean;
get enableContentProtection(): boolean;
get enabled(): boolean;
get hideInstantInvites(): boolean;
get hidePersonalInformation(): boolean;
}

View file

@ -12,6 +12,7 @@ export * from "./RelationshipStore";
export * from "./SelectedChannelStore";
export * from "./SelectedGuildStore";
export * from "./StickersStore";
export * from "./StreamerModeStore";
export * from "./ThemeStore";
export * from "./TypingStore";
export * from "./UserProfileStore";