mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
fixed a lot of quickshell problems
This commit is contained in:
@@ -30,7 +30,8 @@ MouseArea {
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: `../assets/${root.node.audio.muted ? "noaudio" : "audio"}.png`
|
||||
//source: `../assets/${root.node.audio.muted ? "noaudio" : "audio"}.png`
|
||||
source: root.node ? `../assets/${root.node.audio.muted ? "noaudio" : "audio"}.png` : "../assets/noaudio.png"
|
||||
smooth: false
|
||||
|
||||
scale: popupLoader.active ? 0.9 : 1
|
||||
|
||||
Reference in New Issue
Block a user