From f80abc48aeb61fedaedaaf4cd2132165057b94d9 Mon Sep 17 00:00:00 2001 From: Amaro Lopes Date: Mon, 13 Oct 2025 14:43:05 -0300 Subject: [PATCH] Remove forgotten console.log --- NotificationsWidget.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/NotificationsWidget.qml b/NotificationsWidget.qml index 3f50b76..6c7e19c 100644 --- a/NotificationsWidget.qml +++ b/NotificationsWidget.qml @@ -77,7 +77,6 @@ Item { NotificationService.manualNotificationsMuted = !NotificationService.manualNotificationsMuted; return; } - console.log(root.createWindow); root.createWindow = !root.createWindow; } }