add utils, enhance ui, remove debug stuff

This commit is contained in:
uncor3
2026-02-01 01:13:23 +00:00
parent ac81ee087c
commit f00bf62144
6 changed files with 131 additions and 57 deletions
+1 -1
View File
@@ -570,5 +570,5 @@ std::string DeviceDatabase::parseRegionInfo(const std::string &code)
if (code == "C/A")
return "Canada (English, French)";
return "Unknown Region (" + code + ")";
return code;
}