Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions AudioCuesheetEditor/Shared/ViewModes/ViewModeFull.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ along with Foobar. If not, see
<AudioPlayer />

@code {
//TODO: maybe customize a bit more (background color, etc.)

Boolean cuesheetSectionsExpanded = false;
Boolean cuesheetDataExpanded = true;
Boolean cuesheetTracksExpanded = true;
Expand Down
1 change: 0 additions & 1 deletion AudioCuesheetEditor/Shared/ViewModes/ViewModeRecord.razor
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ along with Foobar. If not, see
</MudExpansionPanels>

@code {
//TODO: maybe customize a bit more (background color, etc.)
//TODO: We need to find a way to make recording mobile friendly (ControlRecording and Track input)
Boolean cuesheetDataExpanded = false, tracksExpanded = true;

Expand Down