Skip to content

Commit d7da0fa

Browse files
committed
Properly initialize the popup menu behavior upon loading plugin
Fixes #24
1 parent 421a75e commit d7da0fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

background.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ browser.browserAction.onClicked.addListener(toolbarClickHandler);
129129

130130
const manifest = browser.runtime.getManifest();
131131
console.info(manifest.name + " version " + manifest.version + " by " + manifest.author);
132+
applyQuickResizeSetting();
133+
updateCachedQuickResize();

0 commit comments

Comments
 (0)