mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 00:00:36 -04:00
fix last commit aka fileman refactor exception
This commit is contained in:
parent
99f1bded4d
commit
2a14888b80
2 changed files with 30 additions and 26 deletions
|
@ -159,7 +159,7 @@ private:
|
|||
};
|
||||
|
||||
Button button_rename {
|
||||
{ 0 * 8, 29 * 8, 10 * 8, 32 },
|
||||
{ 0 * 8, 29 * 8, 9 * 8, 32 },
|
||||
"Rename"
|
||||
};
|
||||
|
||||
|
@ -169,7 +169,7 @@ private:
|
|||
};
|
||||
|
||||
Button button_delete {
|
||||
{ 20 * 8, 29 * 8, 10 * 8, 32 },
|
||||
{ 21 * 8, 29 * 8, 9 * 8, 32 },
|
||||
"Delete"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue