Skip to content

Commit

Permalink
fix: Avoid distracting user, while enabling midi drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Dec 29, 2020
1 parent eb5f349 commit e514641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ function Home() {
useEffect(() => {
async function initAsync() {
await dispatch(initApp())

// GO AWAY!!!
//await dispatch(thunkLoadFile(preset, preset.presetName))
}

if (pageType !== PAGE_TYPES.HOME_MODE) {
Expand Down
2 changes: 2 additions & 0 deletions src/pages/MidiDriversSettingsPageCmp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function MidiDriversSettingsPageComponent() {
key={`output-midi-${idx}`}
label={name}
isEmpty={!isNotEmpty}
expanded={true}
noPadding={true}
>
<MidiDriverTable
Expand Down Expand Up @@ -87,6 +88,7 @@ function MidiDriversSettingsPageComponent() {
(noteChannels && noteChannels.length > 0)
return (
<DriverExpansionPanel
expanded={true}
key={`input-midi-${idx}`}
label={name}
isEmpty={!isNotEmpty}
Expand Down

0 comments on commit e514641

Please sign in to comment.