fix opening info button

This commit is contained in:
ThatOneCalculator 2023-05-08 16:26:36 -07:00
parent 1cd775797d
commit c6d997bd11
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "14.0.0-dev6", "version": "14.0.0-dev7",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -26,7 +26,7 @@ export function openHelpMenu_(ev: MouseEvent) {
}, },
{ {
type: "button", type: "button",
text: i18n.ts._apps.apps, text: i18n.ts.apps,
icon: "ph-device-mobile ph-bold ph-lg", icon: "ph-device-mobile ph-bold ph-lg",
action: () => { action: () => {
window.open("https://calckey.org/", "_blank"); window.open("https://calckey.org/", "_blank");