mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
make loaders work properly for: media controls, osds, session
This commit is contained in:
parent
0f8a48ed0d
commit
d26a95253e
4 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ Scope {
|
|||
id: mediaControlsLoader
|
||||
active: false
|
||||
|
||||
PanelWindow {
|
||||
sourceComponent: PanelWindow {
|
||||
id: mediaControlsRoot
|
||||
visible: mediaControlsLoader.active
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Scope {
|
|||
id: osdLoader
|
||||
active: showOsdValues
|
||||
|
||||
PanelWindow {
|
||||
sourceComponent: PanelWindow {
|
||||
id: osdRoot
|
||||
|
||||
Connections {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Scope {
|
|||
id: osdLoader
|
||||
active: showOsdValues
|
||||
|
||||
PanelWindow {
|
||||
sourceComponent: PanelWindow {
|
||||
id: osdRoot
|
||||
|
||||
Connections {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Scope {
|
|||
id: sessionLoader
|
||||
active: false
|
||||
|
||||
PanelWindow { // Session menu
|
||||
sourceComponent: PanelWindow { // Session menu
|
||||
id: sessionRoot
|
||||
visible: sessionLoader.active
|
||||
property string subtitle
|
||||
|
|
|
|||
Loading…
Reference in a new issue