FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
66 stars 6 forks source link

Titlebar: use bold font when detected over portal #54

Closed grulja closed 4 months ago

grulja commented 4 months ago

QGtkStyle doesn't give us information whether titlebar font is bold or not so make a simple check over the Settings portal.

Fixes #51

neiios commented 4 months ago

Tested the changes in this pr and it works great. Thanks!