We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the code shown below, the example does not behave as a user might expect.
go func() { time.Sleep(timeout) a.Quit() }()
https://developer.fyne.io/tutorial/preferences-api
Effectively, it doesn't matter what you choose in the Select, the program will always close after 10 seconds on first run.
Perhaps, this should be a more visual demonstration, such as choosing a colour and showing the chosen colour on re-launch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to the code shown below, the example does not behave as a user might expect.
https://developer.fyne.io/tutorial/preferences-api
Effectively, it doesn't matter what you choose in the Select, the program will always close after 10 seconds on first run.
Perhaps, this should be a more visual demonstration, such as choosing a colour and showing the chosen colour on re-launch.
The text was updated successfully, but these errors were encountered: