mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Added a ui_config flag to manage gui return icon status
This commit is contained in:
parent
dccc68a4e0
commit
c75c4685cd
6 changed files with 51 additions and 14 deletions
|
@ -271,6 +271,12 @@ private:
|
|||
{ "time and date", 1 }
|
||||
}
|
||||
};
|
||||
|
||||
Checkbox checkbox_guireturnflag {
|
||||
{ 3 * 8, 14 * 16 },
|
||||
25,
|
||||
"add return icon in menus"
|
||||
};
|
||||
|
||||
Button button_save {
|
||||
{ 2 * 8, 16 * 16, 12 * 8, 32 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue