fix opening info button
This commit is contained in:
parent
d0bb71d420
commit
1ccd606236
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue