Added a github link to help page.

This commit is contained in:
Revertron
2021-04-06 12:08:50 +02:00
parent db86bfcd07
commit 445733fd29
4 changed files with 25 additions and 5 deletions
+6 -2
View File
@@ -123,8 +123,12 @@ function openTab(element, tabName) {
}
function toggle(element, event) {
event.stopPropagation();
element.classList.toggle('is-active');
event.stopPropagation();
element.classList.toggle('is-active');
}
function open_link(link) {
external.invoke(JSON.stringify({cmd: 'open', link: link}));
}
function loadKey() {