mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
Update StatusWindowsTitleBar.qml
This commit is contained in:
parent
4195935f77
commit
9f2443f5e6
@ -9,7 +9,7 @@ Rectangle {
|
||||
|
||||
property string title: titleText.text
|
||||
|
||||
signal closed();
|
||||
signal close();
|
||||
signal minimised();
|
||||
signal maximized();
|
||||
|
||||
@ -111,7 +111,7 @@ Rectangle {
|
||||
id: closeSensor
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onClicked: windowsTitleBar.closed()
|
||||
onClicked: windowsTitleBar.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user