Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4cee668

Browse files
Fix: Github link bug lauthieb#150 (lauthieb#153)
* fix:github link#150 * fix:aboutModal Github link bug
1 parent 773891e commit 4cee668

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎src/Navbar.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export default {
5757
};
5858
},
5959
methods: {
60-
open(link) {
61-
this.$electron.shell.openExternal(link);
60+
open:function(link) {
61+
window.open(link, "_blank");
6262
}
6363
}
6464
};

‎src/components/modals/about-modal/AboutModal.vue‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export default {
3333
return {
3434
appVersion: remote.app.getVersion()
3535
};
36+
},
37+
methods:{
38+
open: function(link) {
39+
window.open(link, "_blank");
40+
}
3641
}
3742
};
3843
</script>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /