even more deltarune
This commit is contained in:
@@ -2,6 +2,7 @@ import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Services.Mpris
|
||||
import ".."
|
||||
|
||||
PanelWindow {
|
||||
id: overlay
|
||||
@@ -22,7 +23,8 @@ PanelWindow {
|
||||
|
||||
color: '#00ffffff'
|
||||
|
||||
visible: true
|
||||
readonly property bool overlayEnabled: Boolean(ShellStateManager.global("shell.mprisOverlayEnabled", true))
|
||||
visible: overlayEnabled
|
||||
|
||||
Repeater {
|
||||
model: Mpris.players
|
||||
|
||||
Reference in New Issue
Block a user