From a8de6c8946b9c110262ec9e449b44bfe747c33f2 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 28 Jul 2025 23:16:40 -0400 Subject: [PATCH] unfuck THAT --- widgets/StyledLabel.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/widgets/StyledLabel.qml b/widgets/StyledLabel.qml index fcbed96..4b9dd07 100644 --- a/widgets/StyledLabel.qml +++ b/widgets/StyledLabel.qml @@ -4,7 +4,6 @@ import Quickshell.Widgets WrapperRectangle { id: root - required property Component content margin: 8 radius: 8 color: Theme.palette.base100 @@ -14,8 +13,4 @@ WrapperRectangle { easing.type: Easing.InOutQuad } } - Loader { - active: true - sourceComponent: content - } }