From eff8d1e4c389f33cd73998378ca721a458712bf9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:40:40 +0200 Subject: [PATCH] no more pragma needed --- .config/quickshell/shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 211e56d8d..9859b8db3 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -1,5 +1,5 @@ //@ pragma UseQApplication -//@ pragma IconTheme OneUI + import QtQuick import QtQuick.Controls import QtQuick.Layouts