Skip to content

Commit

Permalink
Update commands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boxygamut authored Nov 16, 2023
1 parent fb18eec commit e6f8499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions background/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ function onCommand(name, tab) {
});
break;

case "EXIT_FULL_SCREEN":
exitFullScreen(window);

case "VIEW_SOURCE":
getRecent(({ tabs }) => {
let currentTab = tabs.find((e) => e.active);
Expand Down

0 comments on commit e6f8499

Please sign in to comment.