mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-26 16:26:06 -04:00
Version bump
This commit is contained in:
parent
6e590d0764
commit
c80ea840d7
1 changed files with 1 additions and 3 deletions
|
@ -54,8 +54,6 @@ enum modal_t {
|
||||||
ABORT
|
ABORT
|
||||||
};
|
};
|
||||||
|
|
||||||
//#define VERSION_STRING "v1.0.0"; // TODO: Move somewhere else
|
|
||||||
|
|
||||||
class NavigationView : public View {
|
class NavigationView : public View {
|
||||||
public:
|
public:
|
||||||
std::function<void(const View&)> on_view_changed { };
|
std::function<void(const View&)> on_view_changed { };
|
||||||
|
@ -111,7 +109,7 @@ public:
|
||||||
void set_title(const std::string new_value);
|
void set_title(const std::string new_value);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr auto default_title = "MAYHEM v1.0.0"; // TODO: Move the version somewhere
|
static constexpr auto default_title = "MAYHEM v1.0.1"; // TODO: Move the version somewhere
|
||||||
|
|
||||||
NavigationView& nav_;
|
NavigationView& nav_;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue