bugfix: fixed the migration form appearing on app start

This commit is contained in:
vladimir.kuznetsov 2025-05-23 14:01:28 +08:00
parent c2f9340db6
commit 82291936cb
3 changed files with 16 additions and 9 deletions

View file

@ -118,6 +118,7 @@ namespace amnezia
ApiConfigLimitError = 1108,
ApiNotFoundError = 1109,
ApiMigrationError = 1110,
ApiUpdateRequestError = 1111,
// QFile errors
OpenError = 1200,