From b9a455347dcab2a9c0c0a8803d991f076804d88d Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 24 Aug 2026 23:39:06 +0200 Subject: [PATCH] fix: update module import paths to new location --- modules/{VolumeChangeOSD => volumeOSD}/SinkOSD.qml | 0 modules/{VolumeChangeOSD => volumeOSD}/SourceOSD.qml | 0 shell.qml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/{VolumeChangeOSD => volumeOSD}/SinkOSD.qml (100%) rename modules/{VolumeChangeOSD => volumeOSD}/SourceOSD.qml (100%) diff --git a/modules/VolumeChangeOSD/SinkOSD.qml b/modules/volumeOSD/SinkOSD.qml similarity index 100% rename from modules/VolumeChangeOSD/SinkOSD.qml rename to modules/volumeOSD/SinkOSD.qml diff --git a/modules/VolumeChangeOSD/SourceOSD.qml b/modules/volumeOSD/SourceOSD.qml similarity index 100% rename from modules/VolumeChangeOSD/SourceOSD.qml rename to modules/volumeOSD/SourceOSD.qml diff --git a/shell.qml b/shell.qml index 0ec54c9..bb5c675 100644 --- a/shell.qml +++ b/shell.qml @@ -8,7 +8,7 @@ import "./modules/wp" import "./modules/wlogout" import "./modules/jl" import "./modules/background" -import "./modules/VolumeChangeOSD" +import "./modules/volumeOSD" ShellRoot { id: root