mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-13 11:42:13 +00:00
Support open in notepad from fileman (#1052)
* Support open in notepad from fileman * Align Filename Exit button with UI
This commit is contained in:
@@ -110,6 +110,9 @@ class FileWrapper {
|
||||
class TextEditorView : public View {
|
||||
public:
|
||||
TextEditorView(NavigationView& nav);
|
||||
TextEditorView(
|
||||
NavigationView& nav,
|
||||
const std::filesystem::path& path);
|
||||
|
||||
std::string title() const override {
|
||||
return "Notepad";
|
||||
|
||||
Reference in New Issue
Block a user