volume mixer

This commit is contained in:
end-4
2025-04-20 17:53:17 +02:00
parent e66c942790
commit 19ba832938
4 changed files with 191 additions and 3 deletions
@@ -2,8 +2,9 @@ import "root:/modules/common"
import "root:/modules/common/widgets"
import "root:/services"
import "./calendar"
import "./todo"
import "./notifications"
import "./todo"
import "./volumeMixer"
import Qt5Compat.GraphicalEffects
import QtQuick
import QtQuick.Controls
@@ -125,7 +126,7 @@ Rectangle {
}
NotificationList {}
Item{}
VolumeMixer {}
}
}
}