Add View Reasoning menu and fix button
This commit is contained in:
parent
03844a5ab3
commit
22ab445dea
2 changed files with 27 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
document.createXULElement('toolbarbutton') :
|
||||
document.createElement('button');
|
||||
button.id = 'sortana-reason-button';
|
||||
button.setAttribute('label', 'Show Reasoning');
|
||||
button.setAttribute('label', 'View Reasoning');
|
||||
button.className = 'toolbarbutton-1';
|
||||
const icon = browser.runtime.getURL('resources/img/brain.png');
|
||||
if (button.setAttribute) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue