can-lehmann / owlkettle

A declarative user interface framework based on GTK 4
https://can-lehmann.github.io/owlkettle/README
MIT License
367 stars 14 forks source link

chore(adw.nim): fix typo in build flag comment #156

Closed nylki closed 4 months ago

nylki commented 4 months ago

While looking on how to use the newer adwaita widgets I noticed I couldn't use them because my AdwVersion was 1.0 and I wondered why, although I have 1.4 installed. I searched for AdwVersion in the repo and found the comment about how to set the adwaita version via a build flag. That worked in the end (yay, fancy AboutWindow works now :slightly_smiling_face: ), but it had a small typo. This PR fixes the typo.

Perhaps this is important enough to be included in the readme as well, but I wanted to keep it simple for this first PR.