-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
make settings page #9
Comments
think about where to read/write qsettings (probably there is best practise):
|
there is possibility of crashing settings (e.g. number of GPU cached tiles later on). think about how to handle that more or less gracefully. |
I used qsettings inside the new AppSettings class. It is currently commented out though, because:
For the android app it might be a good idea though! |
you have a good point with the clean slate. that could be a command line parameter, or a build parameter. |
The text was updated successfully, but these errors were encountered: