chore(agsV2): don't print hyprpaper error
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2082a2aeb4
commit
3039f823c9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default async() => {
|
||||||
},
|
},
|
||||||
|
|
||||||
main: () => {
|
main: () => {
|
||||||
execAsync('hyprpaper').catch(print);
|
execAsync('hyprpaper').catch(() => { /**/ });
|
||||||
|
|
||||||
AppLauncher();
|
AppLauncher();
|
||||||
Bar();
|
Bar();
|
||||||
|
|
Loading…
Reference in a new issue