mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add es6 class support for 3.32
This commit is contained in:
@@ -30,8 +30,9 @@ const St = imports.gi.St;
|
||||
const Shell = imports.gi.Shell;
|
||||
|
||||
const Taskbar = Me.imports.taskbar;
|
||||
const Utils = Me.imports.utils;
|
||||
|
||||
var dtpPanelStyle = new Lang.Class({
|
||||
var dtpPanelStyle = Utils.defineClass({
|
||||
Name: 'DashToPanel.PanelStyle',
|
||||
|
||||
_init: function(settings) {
|
||||
|
||||
Reference in New Issue
Block a user