From 651322aef0739874cdf7caf5ca15abf2b219866d Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sun, 14 Sep 2025 15:58:56 -0400 Subject: [PATCH] Bar: Removed unecessary qt5compat import --- Modules/Bar/Bar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Bar/Bar.qml b/Modules/Bar/Bar.qml index f326ac8..adc849e 100644 --- a/Modules/Bar/Bar.qml +++ b/Modules/Bar/Bar.qml @@ -1,7 +1,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts -import Qt5Compat.GraphicalEffects import Quickshell import Quickshell.Wayland import Quickshell.Services.UPower