Skip to content

Fix font DPI loading and saving for wayland

David Edmundson requested to merge work/wayland_font_dpi into master

On wayland a separate config value was used from X11. The rationale being if you're using wayland screen scaling, we don't want to scale fonts as well, it would cause a double scaling. (plasma-desktop fbbdfa100128e9c4cc12b37854a4a054562983bc)

In the port to kcfg this got broken. The loading is also somewhat broken.

BUG: 441043

Merge request reports