feat: update icon and change the directory of htmls

This commit is contained in:
2026-09-10 09:48:07 +08:00
parent 40d82e757e
commit f9991998ed
41 changed files with 42 additions and 1759 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ MainWindow::MainWindow(QWidget *parent)
// It is too small for modern device,
// so I level it up to SVGA resolution 800 x 600.
this->setMinimumSize(800, 600);
this->setWindowIcon(QIcon(u":/icons/app-icon.svg"_s));
this->setWindowIcon(QIcon(u":/icons/app-icon.png"_s));
this->setAcceptDrops(true);
// Initialize playlist manager