mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
export overview class
This commit is contained in:
@@ -45,7 +45,7 @@ const LABEL_MARGIN = 60;
|
||||
const T1 = 'swipeEndTimeout';
|
||||
const T2 = 'numberOverlayTimeout';
|
||||
|
||||
var Overview = class {
|
||||
export var Overview = class {
|
||||
|
||||
constructor() {
|
||||
this._numHotkeys = 10;
|
||||
|
||||
@@ -60,7 +60,7 @@ const Gi = imports._gi;
|
||||
export var PanelManager = class {
|
||||
|
||||
constructor() {
|
||||
this.overview = new Overview();
|
||||
this.overview = new Overview.Overview();
|
||||
this.panelsElementPositions = {};
|
||||
|
||||
this._saveMonitors();
|
||||
|
||||
Reference in New Issue
Block a user