From c34f451d73c9e69fa0e87d05c79ef434c8c4e86f Mon Sep 17 00:00:00 2001 From: daylily Date: Wed, 14 Jan 2026 12:29:54 -0400 Subject: [PATCH] Slightly reword MIDI permission dialogs --- webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte | 4 ++-- webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte b/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte index e7590c0..bf96819 100644 --- a/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte +++ b/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte @@ -19,8 +19,8 @@ let { open }: Props = $props() We detected that we are denied MIDI access. This means this tool cannot function properly.
- To use this tool, you will need to grant us MIDI permission manually in your browser - settings, and then reload this page. + If you think your browser and system support Web MIDI, you might need to grant us MIDI + permission manually in your browser settings, and then reload this page.
diff --git a/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte b/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte index 616e928..7c8d207 100644 --- a/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte +++ b/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte @@ -18,7 +18,7 @@ const midiCtx = getMidiContext()Write to Inkclip uses the Web MIDI API to talk to your devices.
+Write to Inkclip uses the Web MIDI API to talk to your device.
Click on "I understand", and then follow your browser's prompt to grant us permission.