mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
improve P.Memory naming consistency
I swear I wont touch these strings again :D
This commit is contained in:
parent
d370dae170
commit
4ec2d64cb7
3 changed files with 3 additions and 3 deletions
|
@ -269,7 +269,7 @@ class DebugPmemView : public View {
|
|||
DebugPmemView(NavigationView& nav);
|
||||
void focus() override;
|
||||
bool on_encoder(const EncoderEvent delta) override;
|
||||
std::string title() const override { return "p.mem"; }
|
||||
std::string title() const override { return "P.Mem Debug"; }
|
||||
|
||||
private:
|
||||
struct pmem_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue