[Metro > Common] Add commands module

This commit is contained in:
Beef 2023-02-04 17:11:50 +00:00
parent 119060a43b
commit 1891a46eb9
4 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@ import { findByProps, findByStoreName } from "@metro/filters";
import { FluxDispatcher } from "@metro/common";
import logger from "@lib/logger";
// TODO: Move these to common modules?
const ThemeManager = findByProps("updateTheme", "overrideTheme");
const AMOLEDThemeManager = findByProps("setAMOLEDThemeEnabled");
const ThemeStore = findByStoreName("ThemeStore");