show language count

This commit is contained in:
proddy
2025-11-05 20:50:29 +01:00
parent 5c07a2c0cc
commit 5908fd9d9c
4 changed files with 42 additions and 7 deletions

View File

@@ -291,6 +291,8 @@ class System {
void wifi_reconnect();
void show_users(uuid::console::Shell & shell);
static std::string languages_string();
uint32_t FStotal() {
return fstotal_;
}