fixed config sync - fixes #5146, fixes #3164

This commit is contained in:
Eugene Pankov
2021-12-15 21:48:54 +01:00
parent 4c2feb1b35
commit 899484a5d9

View File

@@ -41,7 +41,7 @@ export class ConfigSyncService {
} }
isAvailable (): boolean { isAvailable (): boolean {
return this.config.store.enableExperimentalFeatures && this.hostApp.platform !== Platform.Web return this.hostApp.platform !== Platform.Web
} }
isEnabled (): boolean { isEnabled (): boolean {