Refactor to remove preferStickyEvents

This commit is contained in:
Half-Shot
2025-10-28 09:25:58 +00:00
parent c98397a6c8
commit 36ea3e9eff
6 changed files with 16 additions and 50 deletions

View File

@@ -83,11 +83,6 @@ export const showConnectionStats = new Setting<boolean>(
false,
);
export const preferStickyEvents = new Setting<boolean>(
"prefer-sticky-events",
false,
);
export const audioInput = new Setting<string | undefined>(
"audio-input",
undefined,