fix: window title not updated in some cases

This commit is contained in:
2024-07-30 22:54:43 +08:00
parent a6e31a2c4d
commit 3596f9eac4
5 changed files with 66 additions and 89 deletions

View File

@ -80,6 +80,6 @@ signals:
void totalCountChanged(int count);
private:
int m_currentIndex;
int m_currentIndex = -1;
PlaylistModel m_model;
};