Save button in toolbar #1329
Answered
by
Falke-Design
AndDev7
asked this question in
Questions & Help
-
I have created a Save button on my toolbar. It works except that it remains pressed until I clic on it again or in another button of the toolbar. How to avoid that? I want to save only once clicked on the button. The code is:
I have found the solution myself: use the |
Beta Was this translation helpful? Give feedback.
Answered by
Falke-Design
Mar 8, 2023
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Falke-Design
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
toggle: false
. (like you edited in your post)