Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Oct 25, 2023
1 parent 3344c16 commit c03315c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/InterfaceLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ export const installInterfaceLogic = (app: Editor) => {
app.settings.midi_channels_scripts;
(app.interface.midi_clock_ppqn as HTMLInputElement).value =
app.settings.midi_clock_ppqn.toString();
if (!app.settings.time_position) {
(app.interface.timeviewer as HTMLElement).classList.add("hidden");
}
(app.interface.load_demo_songs as HTMLInputElement).checked =
app.settings.load_demo_songs;

Expand Down

0 comments on commit c03315c

Please sign in to comment.