update with windows fix

This commit is contained in:
jhl-alameda 2021-03-30 04:10:15 +08:00
parent e1588a6dfd
commit eaf6a2cb1e
4 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function launchPopup(message, sender, sendResponse) {
// TODO consolidate popup dimensions // TODO consolidate popup dimensions
chrome.windows.getLastFocused((focusedWindow) => { chrome.windows.getLastFocused((focusedWindow) => {
chrome.windows.create({ chrome.windows.create({
url: 'index.html/#' + searchParams.toString(), url: 'index.html#' + searchParams.toString(),
type: 'popup', type: 'popup',
width: 375, width: 375,
height: 600, height: 600,

BIN
extension/src/sollet128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB