Skip to content

Commit

Permalink
add message with setting complite
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Nov 26, 2023
1 parent 5106bc6 commit fa7da5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions docs/assets/index-e66d6ee7.js → docs/assets/index-46f730e8.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pattern Chainer for Roland SH-4d</title>
<script type="module" crossorigin src="/sh4d-chain/assets/index-e66d6ee7.js"></script>
<script type="module" crossorigin src="/sh4d-chain/assets/index-46f730e8.js"></script>
<link rel="stylesheet" href="/sh4d-chain/assets/index-a54c6eae.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/components/MIDISetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function onSaveChange() {
outputChannel.value,
pcMSB.value,
pcLSB.value)
emit('detect-midi', true, "Setup is complete.")
}
</script>

Expand Down

0 comments on commit fa7da5a

Please sign in to comment.