🎨 Apps in Chinese mainland app stores no longer provide AI access settings https://github.com/siyuan-note/siyuan/issues/13051
This commit is contained in:
parent
962a9dff56
commit
a90b2bb283
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export const isHuawei = () => {
|
|||
};
|
||||
|
||||
export const isDisabledFeature = (feature: string): boolean => {
|
||||
return window.siyuan.config.system.disabledFeatures.indexOf(feature) > -1;
|
||||
return window.siyuan.config.system.disabledFeatures?.indexOf(feature) > -1;
|
||||
};
|
||||
|
||||
export const isIPhone = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue