mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-18 06:56:03 -04:00
hide record view by worksround
This commit is contained in:
parent
d071ba5cef
commit
4082ed3d54
@ -97,8 +97,8 @@ class WaterfallDesignerView : public View {
|
||||
{}};
|
||||
|
||||
|
||||
RecordView record_view{
|
||||
{0 * 8, 2 * 16, 30 * 8, 1 * 16},
|
||||
RecordView record_view{ // we still need it cuz it make waterfall correct
|
||||
{screen_width, screen_height, 30 * 8, 1 * 16},
|
||||
u"BBD_????.*",
|
||||
captures_dir,
|
||||
RecordView::FileType::RawS16,
|
||||
|
Loading…
x
Reference in New Issue
Block a user