hotkeys F1–F6: notificacions localitzades, centralitzades a global_inputs
This commit is contained in:
@@ -30,7 +30,7 @@ class Lang {
|
||||
static auto nextLanguage(Code c) -> Code; // Devuelve el siguiente idioma del ciclo
|
||||
|
||||
private:
|
||||
static constexpr int MAX_TEXT_STRINGS = 100;
|
||||
static constexpr int MAX_TEXT_STRINGS = 110;
|
||||
|
||||
std::string text_strings_[MAX_TEXT_STRINGS]; // Vector con los textos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user