🔧 chore: rename assets & add "apply" desktop entry

This commit is contained in:
2026-03-24 06:02:30 +01:00
parent 23c80d30e9
commit 3156e46c62
6 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ int main(int argc, char* argv[]) {
a.setApplicationVersion(APP_VERSION);
#if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0)
using namespace Qt::StringLiterals;
a.setWindowIcon(QIcon(u":/%1.svg"_s.arg(APP_NAME)));
a.setWindowIcon(QIcon(u":/icon.svg"_s));
#else
a.setWindowIcon(QIcon(u":/%1.svg"_qs.arg(APP_NAME)));
#endif