Only font rendering fix for Linux

This commit is contained in:
Gregory Schier
2025-03-06 06:29:03 -08:00
parent 26371e5f6b
commit 0db0cdfd6c
2 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ if (osType !== 'macos') {
await getCurrentWebviewWindow().setDecorations(false);
}
document.documentElement.setAttribute('data-platform', osType);
window.addEventListener('keydown', (e) => {
const rx = /input|select|textarea/i;