mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
make loaders work properly for: media controls, osds, session
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user