-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[FEATURE] Adaptive team color icon #67
Comments
That's a good idea, I will dig to see if and how it is possible in Flutter. |
Sadly, for the moment this is again blocked by flutter (ref: flutter/flutter#38965 )… One workaround is to crash the app to apply the icon, but it is not that much convenient, so I will not add it soon. |
Can I have a crack at it? This should be doable, I've done it a while back. If I understand correct you like a different color app icon, like the how the settings 'team colors' work now right? So if you choose Alpine for example the icon would be the same light blue color as to which the app switches too? |
Of course! I can assign it to you if you want.
It is the idea, yes. I will try to do the icons soon. |
Yes please
Shouldn't be needed, let me see what I can do |
I cannot figure out how I've done it before. I have kind of a solution but it's kinda hacky. I'll go and find some other work todo, will make a ticket or 2 later on. |
Is your feature request related to a problem? Please describe.
Create an adaptive icon for team color
Describe the solution you'd like
If you choose a team color instead of default red then the icon should change to match the color
The splash screen could also change to match the icon color.
Additional context
LibreTube, while not adaptive, you can change its icon if wanted
The text was updated successfully, but these errors were encountered: