Complete phases 6 and 7: Notifications & System Tray, Background Sync & Scheduling

This commit is contained in:
Padrino
2026-05-29 22:53:57 +02:00
parent 4fdd95c979
commit acaf741eb9
8 changed files with 293 additions and 38 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ bool Translator::loadLanguage(const QString& langCode)
QMutexLocker locker(&m_mutex);
m_translations.clear();
QString filePath = QStringLiteral("resources/translations/%1/resources.json").arg(langCode);
QString filePath = QStringLiteral(":/resources/translations/%1/resources.json").arg(langCode);
QFile file(filePath);
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) {
qWarning() << "Failed to open translation file:" << filePath;