no log: Update type definition of general.language_equals in frontend

This commit is contained in:
LASER-Yi 2023-06-03 22:01:34 +08:00
parent b02c1a7e28
commit 07f6666d46
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ interface Settings {
titlovi: Settings.Titlovi;
ktuvit: Settings.Ktuvit;
notifications: Settings.Notifications;
language_equals: string[][];
language_equals: string[];
}
declare namespace Settings {