mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-20 17:49:18 +00:00
Savestate ! RDS (only PSN) tx
This commit is contained in:
@@ -228,6 +228,7 @@ public:
|
||||
}
|
||||
|
||||
void set_text(const std::string value);
|
||||
void set_style(const Style* new_style);
|
||||
std::string text() const;
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
@@ -237,6 +238,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string text_;
|
||||
const Style* style_ { nullptr };
|
||||
};
|
||||
|
||||
class OptionsField : public Widget {
|
||||
|
Reference in New Issue
Block a user