fix opening info button
This commit is contained in:
parent
1cd775797d
commit
c6d997bd11
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "14.0.0-dev6",
|
||||
"version": "14.0.0-dev7",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -26,7 +26,7 @@ export function openHelpMenu_(ev: MouseEvent) {
|
|||
},
|
||||
{
|
||||
type: "button",
|
||||
text: i18n.ts._apps.apps,
|
||||
text: i18n.ts.apps,
|
||||
icon: "ph-device-mobile ph-bold ph-lg",
|
||||
action: () => {
|
||||
window.open("https://calckey.org/", "_blank");
|
||||
|
|
Loading…
Reference in New Issue