This commit is contained in:
Jiiks 2018-01-31 21:12:36 +02:00
parent 2104770c9d
commit c078c7b686
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
methods: {
onClick() {
if (this.developer) return shell.openExternal('https://github.com/JsSucks/BetterDiscordApp');
if (this.webdev) return shell.openExternal('http://betterdiscord.net');
if (this.webdev) return shell.openExternal('https://betterdiscord.net');
if (this.contributor) return shell.openExternal('https://github.com/JsSucks/BetterDiscordApp/graphs/contributors');
}
}