Skip to content

Commit

Permalink
Fix get icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin (Pato) Decima committed Oct 27, 2022
1 parent 49fd12c commit 2818736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app.config.globalProperties.$win = nw.Window.get();
app.config.globalProperties.$pid = process.pid;
app.config.globalProperties.$screen = screen;
app.config.globalProperties.$getIcon = (icon) => {
return app.config.globalProperties.$execSynx('python', ['/usr/share/vasak-desktop-service/vasak/get_icon.py', icon]).stdout.toString();
return app.config.globalProperties.$execSynx('python', ['/usr/share/vasak-desktop-service/get_icon.py', icon]).stdout.toString();
};

app.mount('#app');

0 comments on commit 2818736

Please sign in to comment.