Skip to content

Commit

Permalink
move notes on beat setting to the settings area
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymonf committed Oct 22, 2023
1 parent bed268f commit c2641da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAKKA_Editor/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public partial class MainViewModel : ViewModelBase
[ObservableProperty] private bool showGimmicksDuringPlaybackInCircleView = true;
[ObservableProperty] private bool showGimmicksInCircleView = true;
[ObservableProperty] private bool placeNoteOnDrag = true;
[ObservableProperty] private bool showNotesOnBeat = false;

// Note UI State
[ObservableProperty] private bool showNotesOnBeat = false;
public ObservableCollection<NoteOnBeatItem> NotesOnBeatList { get; } = new();

// Music UI State
Expand Down

0 comments on commit c2641da

Please sign in to comment.