fix opening info button
This commit is contained in:
parent
1cd775797d
commit
c6d997bd11
@ -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 New Issue
Block a user