This commit is contained in:
mkorwel
2026-04-15 11:05:06 -07:00
parent 618bfee8e4
commit 4d9d652092
145 changed files with 4996 additions and 91170 deletions
@@ -784,6 +784,8 @@ export function KeypressProvider({
children: React.ReactNode;
config?: Config;
}) {
if (process.env['NODE_ENV'] === 'test') {
}
const { settings } = useSettingsStore();
const debugKeystrokeLogging = settings.merged.general.debugKeystrokeLogging;