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
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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