fix: select library screen skipped even we have 2+ libraries

This commit is contained in:
2025-12-22 00:04:50 +08:00
parent aaf8ad1cb9
commit 9ee4d70420
4 changed files with 30 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ public:
Q_INVOKABLE QString comicImageSource(int page);
signals:
void librariesLoaded(int count);
void connectionStateChanged(ConnectionState newState);
void currentLibraryIdChanged(int newLibraryId);
void currentComicIdChanged(QString newComicId);