2023-10-25 18:33:22 +03:00
|
|
|
/*
|
|
|
|
* Vencord, a Discord client mod
|
|
|
|
* Copyright (c) 2023 Vendicated and contributors
|
|
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
*/
|
|
|
|
|
|
|
|
import { findByPropsLazy } from "@webpack";
|
|
|
|
|
|
|
|
export const TextAndImagesSettingsStores = findByPropsLazy("MessageDisplayCompact");
|
2023-10-25 18:15:12 +02:00
|
|
|
export const StatusSettingsStores = findByPropsLazy("ShowCurrentGame");
|
2023-10-25 18:42:31 +02:00
|
|
|
|
|
|
|
export const UserSettingsActionCreators = findByPropsLazy("PreloadedUserSettingsActionCreators");
|