mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
export classes from panelStyle.js
This commit is contained in:
2
panel.js
2
panel.js
@@ -83,7 +83,7 @@ export var Panel = GObject.registerClass({
|
||||
this._signalsHandler = new Utils.GlobalSignalsHandler();
|
||||
|
||||
this.panelManager = panelManager;
|
||||
this.panelStyle = new PanelStyle();
|
||||
this.panelStyle = new PanelStyle.PanelStyle();
|
||||
|
||||
this.monitor = monitor;
|
||||
this.panelBox = panelBox;
|
||||
|
||||
@@ -33,7 +33,7 @@ import {SETTINGS} from './extension.js';
|
||||
|
||||
const Mainloop = imports.mainloop;
|
||||
|
||||
var PanelStyle = class {
|
||||
export var PanelStyle = class {
|
||||
|
||||
enable(panel) {
|
||||
this.panel = panel;
|
||||
|
||||
Reference in New Issue
Block a user