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