mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix syntax errors
This commit is contained in:
2
panel.js
2
panel.js
@@ -566,7 +566,7 @@ var dtpPanel = Utils.defineClass({
|
||||
Me.settings,
|
||||
'changed::progress-show-count',
|
||||
() => this._initProgressManager()
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
if (isVertical) {
|
||||
|
||||
@@ -104,7 +104,7 @@ var ProgressManager = Utils.defineClass({
|
||||
this.emit('progress-entry-removed', entry);
|
||||
},
|
||||
|
||||
_acquireUnityDBus() {
|
||||
_acquireUnityDBus: function() {
|
||||
if (!this._unity_bus_id) {
|
||||
Gio.DBus.session.own_name('com.canonical.Unity',
|
||||
Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, null, null);
|
||||
|
||||
Reference in New Issue
Block a user