mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
feat: enhance ydotool integration for direct typing on Linux; improve error handling and logging in audio processing; update build scripts for better installation guidance
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@
|
||||
|
||||
const title = document.createElement('div');
|
||||
title.style.fontWeight = '600';
|
||||
title.textContent = ready ? 'Automatic paste ready' : 'Automatic paste needs ydotool setup';
|
||||
title.textContent = ready ? 'Direct typing ready' : 'Direct typing needs ydotool setup';
|
||||
el.appendChild(title);
|
||||
|
||||
const message = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user