From b33bcf8eda23c13722c7d5e300ff9ee79544e762 Mon Sep 17 00:00:00 2001 From: Anas Khalifa Date: Sun, 20 Jul 2025 12:16:43 +0300 Subject: [PATCH] revert unnessary --- Widgets/Sidebar/Panel/System.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Widgets/Sidebar/Panel/System.qml b/Widgets/Sidebar/Panel/System.qml index de59e7d..c128996 100644 --- a/Widgets/Sidebar/Panel/System.qml +++ b/Widgets/Sidebar/Panel/System.qml @@ -60,11 +60,6 @@ Rectangle { cache: false sourceSize.width: 44 sourceSize.height: 44 - onStatusChanged: { - if (status === Image.Error) { - avatarImage.visible = false; - } - } } maskSource: Rectangle { width: 44