Wi-Fi Hotspot UI

This commit is contained in:
Robin Davies
2024-09-12 19:12:07 -04:00
parent 66e46b8d39
commit f34ca1f0da
22 changed files with 1155 additions and 530 deletions
+4 -1
View File
@@ -458,7 +458,10 @@ void PluginHost::Load(const char *lv2Path)
for (const std::string &s : messages)
{
Lv2Log::info("lilv: " + s);
if (s.length() != 0)
{
Lv2Log::info("lilv: " + s);
}
}
auto collator = Locale::GetInstance()->GetCollator();