diff --git a/discordwebhookmanager/index.html b/discordwebhookmanager/index.html
index 4c08912..9f2a4d3 100644
--- a/discordwebhookmanager/index.html
+++ b/discordwebhookmanager/index.html
@@ -14,7 +14,7 @@
@@ -111,6 +111,12 @@
localStorage.clear();
return;
}
+ },
+ getWebhookButtonClass: function(webhookIndex) {
+ if (this.selectedWebhook === webhookIndex) {
+ return 'button-default button-selected';
+ }
+ return 'button-default';
}
},
computed: {