Fix Settings Proto

This commit is contained in:
Vendicated 2023-10-25 18:42:31 +02:00
parent baf952512c
commit c90440f031
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 5 additions and 4 deletions

View file

@ -8,3 +8,5 @@ import { findByPropsLazy } from "@webpack";
export const TextAndImagesSettingsStores = findByPropsLazy("MessageDisplayCompact");
export const StatusSettingsStores = findByPropsLazy("ShowCurrentGame");
export const UserSettingsActionCreators = findByPropsLazy("PreloadedUserSettingsActionCreators");