core(AU): Add AU flag to TG menu

This commit is contained in:
IcySteam
2026-04-19 01:05:28 +10:00
parent 040827aa27
commit cd5160d1ea

View File

@@ -86,6 +86,7 @@ case "$REGION_CODE" in
"SG") FLAG="🇸🇬" ;; "SG") FLAG="🇸🇬" ;;
"HK") FLAG="🇭🇰" ;; "HK") FLAG="🇭🇰" ;;
"GB"|"UK") FLAG="🇬🇧" ;; "GB"|"UK") FLAG="🇬🇧" ;;
"AU") FLAG="🇦🇺" ;;
*) FLAG="🌐" ;; *) FLAG="🌐" ;;
esac esac