mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Make popup a type Edge supports
This commit is contained in:
parent
1b617402ec
commit
742a0e0dfe
@ -14,9 +14,10 @@ function show () {
|
|||||||
return extension.windows.update(popup.id, { focused: true })
|
return extension.windows.update(popup.id, { focused: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
extension.windows.create({
|
extension.windows.create({
|
||||||
url: 'notification.html',
|
url: 'notification.html',
|
||||||
type: 'detached_panel',
|
type: 'popup',
|
||||||
focused: true,
|
focused: true,
|
||||||
width: 360,
|
width: 360,
|
||||||
height: 500,
|
height: 500,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user