Fix events for themes and extmodules
This commit is contained in:
parent
08271deea1
commit
227b2cc0d8
|
@ -8,6 +8,8 @@
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { EventEmitter } from 'events';
|
||||||
|
|
||||||
class ExtModuleEvents {
|
class ExtModuleEvents {
|
||||||
constructor(extmodule) {
|
constructor(extmodule) {
|
||||||
this.extmodule = extmodule;
|
this.extmodule = extmodule;
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import ThemeManager from './thememanager';
|
import ThemeManager from './thememanager';
|
||||||
|
import { EventEmitter } from 'events';
|
||||||
|
import { SettingUpdatedEvent, SettingsUpdatedEvent } from 'structs';
|
||||||
import { DOM, Modals } from 'ui';
|
import { DOM, Modals } from 'ui';
|
||||||
import { FileUtils, ClientIPC } from 'common';
|
import { FileUtils, ClientIPC } from 'common';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue