mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
feat(mobx): rewrite appearance menu
This commit is contained in:
@@ -3,7 +3,7 @@ import { EmojiPacks } from "../../redux/reducers/settings";
|
||||
let EMOJI_PACK = "mutant";
|
||||
const REVISION = 3;
|
||||
|
||||
export function setEmojiPack(pack: EmojiPacks) {
|
||||
export function setGlobalEmojiPack(pack: EmojiPacks) {
|
||||
EMOJI_PACK = pack;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user