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

Editor settings window does not load with Qt 5.12.2 #628

Closed guihkx closed 11 months ago

guihkx commented 11 months ago

The error:

$ notes
qrc:/qml/EditorSettingsQt512.qml:857:17: Type TextButton unavailable
qrc:/qml/TextButton.qml:7:14: Expected token `:'
Database: connection ok

Likely introduced by b28f2cc63f610f539d1a5c12026525609bec86c3, which at the time I forgot to test on Ubuntu 20.04... :S

nuttyartist commented 11 months ago

Whoops, good catch! Solved in PR #629