Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Oct 14, 2024
1 parent ac7df7b commit 089b0d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions desktop/apps/rallysported/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ export default {
label: "Suorundi",
onClick() {load_track("suorundi")},
}),
w95.widget.menuAction({
label: "Uusivesi",
onClick() {load_track("uusivesi")},
}),
],
}),
}),
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
}),
w95.widget.desktopIcon({
text: "Pillunsaamislaskuri",
text: "Pillunsaamis laskuri",
icon: pillunsaamislaskuriIcons.app32,
onActivate() {
w95.shell.run(pillunsaamislaskuri, {singleInstance: true});
Expand Down
Binary file not shown.

0 comments on commit 089b0d8

Please sign in to comment.