mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Only font rendering fix for Linux
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user