Skip to content

[omemo] always use white background for QR code

Florian Hülsmann requested to merge cbix/gajim-plugins:omemo/qr-bg into master

On GNOME, I sometimes switch between a light and dark global Gtk theme, so I usually don't have to setup individual apps to use their own theme. When the omemo plugin renders a fingerprint QR code, it only uses a white background when dark mode is explicitly preferred.

This mini MR simply always sets a white background to prevent this issue.

Before: Screenshot_from_2022-01-29_18-45-39

After: Screenshot_from_2022-01-29_19-20-42

Merge request reports