-
Notifications
You must be signed in to change notification settings - Fork 15
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
circular_progress_bar crash #641
Comments
Thanks for reporting. This crashes on coloring the circular progress bar.
Are your using a custom theme / stylesheet? |
I updated to version xxx from flatpak. Still the same error:
|
I was able to "fix" it by |
Thanks for the feeedback. I can reproduce it with I just had a look at https://gitlab.gnome.org/World/Authenticator/-/blob/master/src/widgets/progress_icon.rs#L52 and think I will use the same approach to fix it. |
The user could set a custom theme lacking the requested colors. Although this will look broken and completely out of place, we still don't want the application to crash because it couldn't find a color. Fixes #641
The user could set a custom theme lacking the requested colors. Although this will look broken and completely out of place, we still don't want the application to crash because it couldn't find a color. Fixes #641
Reproduction steps
Install latest Pods version from flathub.
Start Pods.
Pods crashes.
flatpak run com.github.marhkb.Pods
Environment
The text was updated successfully, but these errors were encountered: