Refactoring & 設定でTwemojiを使うかどうか切り替えられるように
This commit is contained in:
parent
54e9147782
commit
65961bc15b
13 changed files with 95 additions and 58 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue