From 151f655d438a528565f9f48aff4a32d7bc04ea2f Mon Sep 17 00:00:00 2001 From: Aptivi Date: Tue, 17 Dec 2024 12:54:38 +0300 Subject: [PATCH] imp - Changed language list function --- In the settings entry file, we've changed the language list function in the Language settings key to "ListAllLanguages." However, the current code doesn't support functions with parameters, and we need to find a way to support those functions (albeit those arguments can only be expressed with strings), so we need to change the codebase so that we can actually call those functions with arguments. --- Type: imp Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- public/Nitrocid/Resources/Settings/SettingsEntries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/Nitrocid/Resources/Settings/SettingsEntries.json b/public/Nitrocid/Resources/Settings/SettingsEntries.json index 7b946dd65..ac8a19c7b 100644 --- a/public/Nitrocid/Resources/Settings/SettingsEntries.json +++ b/public/Nitrocid/Resources/Settings/SettingsEntries.json @@ -27,7 +27,7 @@ "Type": "SSelection", "Variable": "CurrentLanguage", "IsEnumeration": false, - "SelectionFunctionName": "ListAllLanguagesWithCountry", + "SelectionFunctionName": "ListAllLanguages", "SelectionFunctionType": "LanguageManager", "IsSelectionFunctionDict": true, "SelectionFallback": [ "en-US" ],