mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
Beautify DTP - Fix unintended implicit array to string conversion
This commit is contained in:
@@ -273,9 +273,9 @@ export const TaskbarAppIcon = GObject.registerClass({
|
|||||||
];
|
];
|
||||||
|
|
||||||
if (!this._checkGtkVersion_cssVariables()) {
|
if (!this._checkGtkVersion_cssVariables()) {
|
||||||
this._dtpSettingsSignalIds += [
|
this._dtpSettingsSignalIds = this._dtpSettingsSignalIds.concat([
|
||||||
SETTINGS.connect('changed::highlight-appicon-hover-border-radius', () => this._setIconStyle(this._isFocusedWindow())),
|
SETTINGS.connect('changed::highlight-appicon-hover-border-radius', () => this._setIconStyle(this._isFocusedWindow())),
|
||||||
];
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._progressIndicator = new Progress.ProgressIndicator(this, panel.progressManager);
|
this._progressIndicator = new Progress.ProgressIndicator(this, panel.progressManager);
|
||||||
|
|||||||
Reference in New Issue
Block a user