Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSpahr authored May 11, 2021
1 parent 64e2067 commit 04def60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PreMail for Gmail/app/assistants/main-assistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ MainAssistant.prototype.setup = function() {
items: [{
items: [
{ label: $L('Back'), icon: "back", command: "goBack" },
{ label: $L('PreBook'), width: 200, command: "refreshPage" },
{ label: $L('PreMail'), width: 200, command: "refreshPage" },
{ label: $L('Forward'), icon: "forward", command: "goForward" }
]
}]
Expand Down

0 comments on commit 04def60

Please sign in to comment.