mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
@@ -559,7 +559,7 @@ export const Taskbar = class extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (initial != this.fullScrollView && !this._waitIdleId) {
|
if (initial != this.fullScrollView && !this._waitIdleId) {
|
||||||
this._waitIdleId = GLib.idle_add(() => {
|
this._waitIdleId = GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
|
||||||
this._getAppIcons().forEach(a => a.updateTitleStyle())
|
this._getAppIcons().forEach(a => a.updateTitleStyle())
|
||||||
this._waitIdleId = 0;
|
this._waitIdleId = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user