katie-snow / QtPyUltimarc

Python and QML tool for configuring Ultimarc USB devices.
GNU General Public License v3.0
12 stars 1 forks source link

Fix how schemas directory is found #45

Closed katie-snow closed 11 months ago

katie-snow commented 11 months ago

Fix how the schemas directory is located. The schemas directory could not be found if ultimarc was not executed within the project directory structure. Fixed error output inconsistency when QT files are not installed and the UI started. This will also fix the UI freeze.

katie-snow commented 11 months ago

Fixes issues #44 and #38