Add global options for plugins

This commit is contained in:
Oleg Korshul
2024-06-27 14:06:41 +03:00
parent 298793ea1e
commit bd6efa6ead

View File

@ -148,6 +148,9 @@ define([
.catch(function(err) {
me.configPlugins.plugins = false;
});
if (this.configPlugins.config.options)
this.api.setPluginsOptions(this.configPlugins.config.options);
}
if ( !Common.Controllers.Desktop.isActive() || !Common.Controllers.Desktop.isOffline() ) {