💥 ags(notifications): fix some history size when there's a single notification

This commit is contained in:
retrozinndev
2025-03-23 12:39:35 -03:00
parent b10aa363b2
commit 1a8a54c30a
6 changed files with 31 additions and 43 deletions
+1
View File
@@ -8,6 +8,7 @@ const i18nKeys = {
"en_US": en_US,
"pt_BR": pt_BR
};
const languages: Array<string> = Object.keys(i18nKeys);
let language: string = getSystemLanguage();