diff options
-rw-r--r-- | main.qml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -31,10 +31,8 @@ ApplicationWindow { } emailTextField { placeholderText: "Coba: Hardware, Ladders, Measuring Tools, Safety Equipment, Hand Tools, Painting Supplies, atau Tool Storage" - placeholderTextColor: "#888888" - color: "#000000" onTextChanged: if (!emailTextField.text || !loginButton.enabled) - loginButton.enabled = !loginButton.enabled + loginButton.enabled = !loginButton.enabled } loginButton { text: qsTr("Mulai berjualan!") |