fix(ags): mute ydotoold error
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-25 20:37:59 -05:00
parent d85b0847dd
commit d1982d10c4

View file

@ -7,7 +7,7 @@ import Keyboard from './keyboard';
export default () => {
execAsync('ydotoold').catch(print);
execAsync('ydotoold').catch(() => { /**/ });
return Gesture((
<OskWindow