Replay of IQ files ! :D

Added icons and colors for commonly used files in Fileman
Fileman can filter by file extension
Bugfix: Fileman doesn't crash anymore on renaming long file names
Updated binary
This commit is contained in:
furrtek
2017-12-07 00:58:25 +00:00
parent 3221992ad1
commit b38adf3769
23 changed files with 403 additions and 445 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ ViewWavView::ViewWavView(
});
button_open.on_select = [this, &nav](Button&) {
auto open_view = nav.push<FileLoadView>();
auto open_view = nav.push<FileLoadView>(".WAV");
open_view->on_changed = [this](std::filesystem::path file_path) {
load_wav(file_path);
field_pos_seconds.focus();