mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 16:06:57 -05:00
Free up some fw space (#2844)
This commit is contained in:
parent
bf18851b6b
commit
b739dd883c
16 changed files with 132 additions and 109 deletions
|
|
@ -612,7 +612,7 @@ void TextEditorView::open_file(const fs::path& path) {
|
|||
viewer.clear_file();
|
||||
delete_temp_file(path_);
|
||||
|
||||
path_ = {};
|
||||
path_ = "";
|
||||
file_dirty_ = false;
|
||||
has_temp_file_ = false;
|
||||
auto result = FileWrapper::open(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue