mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
WIP
This commit is contained in:
parent
486b064e08
commit
03057546e1
2 changed files with 4 additions and 4 deletions
|
@ -212,7 +212,7 @@ namespace ui
|
|||
void refresh();
|
||||
|
||||
private:
|
||||
static constexpr auto version_string = "v1.4.4";
|
||||
// static constexpr auto version_string = "v1.4.4";
|
||||
NavigationView &nav_;
|
||||
|
||||
Rectangle backdrop{
|
||||
|
@ -221,7 +221,7 @@ namespace ui
|
|||
|
||||
Text version{
|
||||
{2, 0, 11 * 8, 16},
|
||||
version_string};
|
||||
VERSION_STRING};
|
||||
|
||||
LiveDateTime ltime{
|
||||
{86, 0, 19 * 8, 16}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue