mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 06:15:49 +00:00
drop semicolon from qml files, update CONTRIBUTING guide accordingly
This commit is contained in:
@ -83,7 +83,7 @@ Item {
|
||||
MouseArea {
|
||||
hoverEnabled: true
|
||||
anchors.fill: parent
|
||||
onClicked: dpAdds.setCurrentDesktop(index + 1);
|
||||
onClicked: dpAdds.setCurrentDesktop(index + 1)
|
||||
onEntered: needTooltipUpdate()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user