mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Move more apps + language module (#1643)
* CoasterP to ext (Burger pager) * LGE to ext app * Solve compiler literal removal with centralizing common string literals.
This commit is contained in:
parent
5b9d898202
commit
b58ee761a1
21 changed files with 429 additions and 152 deletions
|
@ -85,11 +85,11 @@ BLESpamView::BLESpamView(NavigationView& nav)
|
|||
if (is_running) {
|
||||
is_running = false;
|
||||
stop();
|
||||
button_startstop.set_text("Start");
|
||||
button_startstop.set_text(LanguageHelper::currentMessages[LANG_START]);
|
||||
} else {
|
||||
is_running = true;
|
||||
start();
|
||||
button_startstop.set_text("Stop");
|
||||
button_startstop.set_text(LanguageHelper::currentMessages[LANG_STOP]);
|
||||
}
|
||||
};
|
||||
chk_randdev.set_value(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue