mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 16:24:03 +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()) {
|
||||
this._dtpSettingsSignalIds += [
|
||||
this._dtpSettingsSignalIds = this._dtpSettingsSignalIds.concat([
|
||||
SETTINGS.connect('changed::highlight-appicon-hover-border-radius', () => this._setIconStyle(this._isFocusedWindow())),
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
||||
this._progressIndicator = new Progress.ProgressIndicator(this, panel.progressManager);
|
||||
|
||||
Reference in New Issue
Block a user