Add NLoader
This commit is contained in:
parent
c612347f0c
commit
a7e17c25ef
5 changed files with 91 additions and 101 deletions
|
|
@ -10,9 +10,11 @@ PanelWindow {
|
|||
property bool showOverlay: Settings.settings.dimPanels
|
||||
property int topMargin: Style.barHeight * scaling
|
||||
property color overlayColor: showOverlay ? Colors.overlay : "transparent"
|
||||
signal dismissed()
|
||||
|
||||
function hide() {
|
||||
visible = false
|
||||
dismissed()
|
||||
}
|
||||
|
||||
function show() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue