mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
playlist fix (#1043)
* first commit for playlist fix * format for playlist fix * playlist fix -textual change thanks @kallanreed for giving the new name of the extension XD
This commit is contained in:
parent
63dd85cbfc
commit
1cb682473a
6 changed files with 77 additions and 28 deletions
|
@ -40,7 +40,7 @@ class FlashUtilityView : public View {
|
|||
|
||||
void focus() override;
|
||||
|
||||
std::string title() const override { return "Flash Utility"; };
|
||||
std::string title() const override { return "FlashUtility"; }; // Removed the space because the title and speaker icon overlapped.
|
||||
|
||||
private:
|
||||
NavigationView& nav_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue