Refactoring & 設定でTwemojiを使うかどうか切り替えられるように

This commit is contained in:
syuilo 2018-11-05 19:20:35 +09:00
parent 54e9147782
commit 65961bc15b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
13 changed files with 95 additions and 58 deletions

View file

@ -62,7 +62,8 @@ const defaultDeviceSettings = {
deckColumnAlign: 'center',
mobileNotificationPosition: 'bottom',
deckTemporaryColumn: null,
deckDefault: false
deckDefault: false,
useOsDefaultEmojis: false
};
export default (os: MiOS) => new Vuex.Store({