The error message displayed when settings.xml is not found is incorrect.
The error message says that it's guisettings.xml that is missing:
https://github.com/phil65/script.toolbox/blob/master/resources/language/English/strings.po#L58
However, the code is looking for settings.xml:
https://github.com/phil65/script.toolbox/blob/master/resources/lib/Utils.py#L119
The fix is to change the error message to remove "gui" from it.
The error message displayed when settings.xml is not found is incorrect.
The error message says that it's guisettings.xml that is missing:
https://github.com/phil65/script.toolbox/blob/master/resources/language/English/strings.po#L58
However, the code is looking for settings.xml:
https://github.com/phil65/script.toolbox/blob/master/resources/lib/Utils.py#L119
The fix is to change the error message to remove "gui" from it.