adjusting icons

This commit is contained in:
Ryan Breen
2023-01-14 23:52:59 -05:00
parent e1b3e919b1
commit d33d9be72d
22 changed files with 604 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ Alpine.data('popup', () => ({
const newProfile = {name: 'New Profile', privKey: newKey};
this.profiles.push(newProfile);
this.activeProfile = this.profiles.length - 1;
browser.notifications.create('confirm-me', {type: "basic", message: "New private key generated"});
},
get hasValidPubKey() {