Improve Makefile test, add additional checkers
This commit is contained in:
@@ -82,7 +82,7 @@ Rectangle {
|
||||
display: bannerButtons.displayMode
|
||||
|
||||
onClicked: {
|
||||
if (alreadyClicked) { console.log("all"); return }
|
||||
if (alreadyClicked) { return }
|
||||
|
||||
iconName = "hourglass"
|
||||
alreadyClicked = true
|
||||
|
Reference in New Issue
Block a user