From 0d097524c332caf6d87b97381ff7c9db45a91b97 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Mon, 1 Jun 2026 20:07:09 +0200 Subject: [PATCH] shell.qml could not load Connections, now fixed --- shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.qml b/shell.qml index bde4d41..1f91580 100644 --- a/shell.qml +++ b/shell.qml @@ -7,6 +7,7 @@ //@ pragma DropExpensiveFonts import Quickshell import Quickshell.Services.UPower +import QtQuick import ZShell import qs.Modules import qs.Modules.Wallpaper