nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Fix launching with Adwaita theme by removing unpolish() call when changing theme #586

Closed zjeffer closed 1 year ago

zjeffer commented 1 year ago

Solution found by @guihkx.

Haven't noticed any issues when removing this line. I don't yet know why many examples online always call unpolish first.