From bd28691ee7b77d531fa61881c2a094328fa96ac7 Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 13 Apr 2026 10:04:12 +0200 Subject: [PATCH] shell.qml: import QtQuick for Loader --- shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.qml b/shell.qml index 91f2784..60130a0 100644 --- a/shell.qml +++ b/shell.qml @@ -1,5 +1,6 @@ //@ pragma Env QS_NO_RELOAD_POPUP=1 +import QtQuick import "modules" import Quickshell