better support for opening chat in floating window
This commit is contained in:
@@ -16,7 +16,7 @@ ConnectedRect {
|
||||
property string iconText: "open_in_new"
|
||||
property int verticalPadding: Tokens.padding.small
|
||||
|
||||
signal clicked
|
||||
signal clicked(event: MouseEvent)
|
||||
signal toggled(checked: bool)
|
||||
|
||||
Layout.fillWidth: true
|
||||
@@ -56,7 +56,7 @@ ConnectedRect {
|
||||
}
|
||||
|
||||
StateLayer {
|
||||
onClicked: root.clicked()
|
||||
onClicked: e => root.clicked(e)
|
||||
}
|
||||
|
||||
CustomSwitch {
|
||||
|
||||
Reference in New Issue
Block a user