mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 02:23:23 +00:00
Replaced all NWidgets callback by proper signals
This commit is contained in:
@@ -191,7 +191,7 @@ PanelWindow {
|
||||
anchors.right: parent.right
|
||||
anchors.margins: Style.marginSmall * scaling
|
||||
icon: "close"
|
||||
onClicked: function () {
|
||||
onClicked: {
|
||||
animateOut()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user