mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Add NLoader
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user