I think both the theme and background image should be configurable at the model level, not just globally.
Thus allowing a user to also override the theme provided image (when present) on whim. Probably also be nice to make it so use of the image can be disabled if you don't want to show/use the theme provided image.
I think both the theme and background image should be configurable at the model level, not just globally.
At present the background image / "wallpaper" is being sourced from
/THEMES/EdgeTX/background.png. I think instead it should be coming from/IMAGES/background.pngso we can delete that/THEMES/EdgeTXfolder since that is all that is in it.Then, the background image can be sourced from:
if set, model, else
if present, theme, else
global
Thus allowing a user to also override the theme provided image (when present) on whim. Probably also be nice to make it so use of the image can be disabled if you don't want to show/use the theme provided image.