chore(agsV2): don't print hyprpaper error
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-01 18:24:03 -04:00
parent 2082a2aeb4
commit 3039f823c9

View file

@ -32,7 +32,7 @@ export default async() => {
}, },
main: () => { main: () => {
execAsync('hyprpaper').catch(print); execAsync('hyprpaper').catch(() => { /**/ });
AppLauncher(); AppLauncher();
Bar(); Bar();