From d73e72097be0b37cb13a18284ba581005a5a328b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:26:19 +0200 Subject: [PATCH] remove unnecessary include --- .config/quickshell/welcome.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/quickshell/welcome.qml b/.config/quickshell/welcome.qml index f0895993c..0f86ebc49 100644 --- a/.config/quickshell/welcome.qml +++ b/.config/quickshell/welcome.qml @@ -5,7 +5,6 @@ // Adjust this to make the app smaller or larger //@ pragma Env QT_SCALE_FACTOR=1 -import Qt5Compat.GraphicalEffects import QtQuick import QtQuick.Controls import QtQuick.Layouts