chore(control): Keyboard queue (#31)

Co-authored-by: 2mal3 <56305732+2mal3@users.noreply.github.com>
This commit is contained in:
E44
2026-01-19 16:28:24 -05:00
committed by GitHub
parent f2a648b429
commit 3a30aca1dc
4 changed files with 28 additions and 13 deletions
@@ -201,7 +201,7 @@ export async function run_on_all_selected_displays(
);
const displays: Display[] = maybe_displays.filter((d): d is Display => d !== null);
Promise.all(
await Promise.all(
displays.map(async (display) => {
if (!display || (ignore_offline && display.status === 'host_offline')) return;
await run_function(display);