add cnMirror
This commit is contained in:
@@ -48,7 +48,8 @@ class CommonStore {
|
||||
settings: SettingsType = {
|
||||
language: getUserLanguage(),
|
||||
darkMode: !isSystemLightMode(),
|
||||
autoUpdatesCheck: true
|
||||
autoUpdatesCheck: true,
|
||||
cnMirror: getUserLanguage() === 'zh'
|
||||
};
|
||||
|
||||
// about
|
||||
|
||||
Reference in New Issue
Block a user