/* * Vencord, a Discord client mod * Copyright (c) 2023 Vendicated and contributors * SPDX-License-Identifier: GPL-3.0-or-later */ // eslint-disable-next-line path-alias/no-relative import { findByProps } from "../webpack"; import * as t from "./types/settingsStores"; export const TextAndImagesSettingsStores = findByProps>("MessageDisplayCompact"); export const StatusSettingsStores = findByProps>("ShowCurrentGame"); export const UserSettingsActionCreators = findByProps("PreloadedUserSettingsActionCreators");