feat/lang-upgrades-keys
Tomáš Mládek 2023-09-21 21:46:01 +02:00
parent ae0c588928
commit a361c75270
1 changed files with 10 additions and 8 deletions

View File

@ -46,8 +46,8 @@
if ((await api.getAddress(t)) == address) {
addressIds.push(`∈ ${t}`);
}
}
)
},
),
);
addressIds = addressIds;
}
@ -80,8 +80,8 @@
new UpNotification(
`Opening ${
inferredIds[0] || address
} in a default native application...`
)
} in a default native application...`,
),
);
api
.nativeOpen(address)
@ -97,7 +97,7 @@
.join(" ");
notify.emit(
"notification",
new UpNotification(warningText, "warning")
new UpNotification(warningText, "warning"),
);
}
})
@ -106,8 +106,8 @@
"notification",
new UpNotification(
`Failed to open in native application! (${err})`,
"error"
)
"error",
),
);
});
}
@ -238,7 +238,9 @@
.link-button {
opacity: 0.66;
transition: opacity 0.2s, color 0.2s;
transition:
opacity 0.2s,
color 0.2s;
&:hover {
opacity: 1;