oops
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
pragma Singleton
|
||||
|
||||
import qs.Config
|
||||
import Caelestia.Services
|
||||
import Quickshell
|
||||
import Quickshell.Services.Pipewire
|
||||
import QtQuick
|
||||
@@ -37,8 +36,6 @@ Singleton {
|
||||
readonly property bool sourceMuted: !!source?.audio?.muted
|
||||
readonly property real sourceVolume: source?.audio?.volume ?? 0
|
||||
|
||||
readonly property alias beatTracker: beatTracker
|
||||
|
||||
function setVolume(newVolume: real): void {
|
||||
if (sink?.ready && sink?.audio) {
|
||||
sink.audio.muted = false;
|
||||
@@ -103,8 +100,4 @@ Singleton {
|
||||
PwObjectTracker {
|
||||
objects: [...root.sinks, ...root.sources]
|
||||
}
|
||||
|
||||
BeatTracker {
|
||||
id: beatTracker
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user