Skip to content

fix: extraconfig is already inside [Settings]

With the current config I get something like:

[Settings]
Settings=gtk-application-prefer-dark-theme=1

which make electron apps failing to open.

This change should fix it and produce:

[Settings]
gtk-application-prefer-dark-theme=1

in ~/.config/gtk-4.0/settings.ini

Merge request reports

Loading