From 4598e8a775bf74c226e1c1a874529423fa55fe4a Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:02:28 +1000 Subject: internal: use new qs imports --- services/Cava.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/Cava.qml') diff --git a/services/Cava.qml b/services/Cava.qml index e7d3a63..7c5a4a7 100644 --- a/services/Cava.qml +++ b/services/Cava.qml @@ -1,6 +1,6 @@ pragma Singleton -import "root:/config" +import qs.config import Quickshell import Quickshell.Io import QtQuick -- cgit v1.2.3-freya