From c03315c1d0ac3fbd9a74dc38efaa98f8c018bab5 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Wed, 25 Oct 2023 09:56:21 +0200 Subject: [PATCH] fix? --- src/InterfaceLogic.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/InterfaceLogic.ts b/src/InterfaceLogic.ts index 85e2eac..1cfd385 100644 --- a/src/InterfaceLogic.ts +++ b/src/InterfaceLogic.ts @@ -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;