From 116e4b311217a77cf4bcc8227b030c0a2de88206 Mon Sep 17 00:00:00 2001 From: Viliam Krizan Date: Mon, 11 May 2026 09:44:04 +0200 Subject: [PATCH] fix(disable): release count_indicator in disable --- NotificationCounter@coolllsk/extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/NotificationCounter@coolllsk/extension.js b/NotificationCounter@coolllsk/extension.js index f33e418..298dd5f 100644 --- a/NotificationCounter@coolllsk/extension.js +++ b/NotificationCounter@coolllsk/extension.js @@ -131,6 +131,7 @@ disable() { dateMenuLayout.remove_child(this.count_indicator); old_pad.destroy(); this.count_indicator.destroy(); + this.count_indicator = undefined; // Add original indicator dateMenuLayout.add_child(this.orig_indicator);