mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Merge pull request #211 from MetaMask/h17
notifications - remove timeout for signature requests
This commit is contained in:
commit
b2b7e7ff7e
@ -49,6 +49,7 @@ function createTxNotification(opts){
|
||||
var id = createId()
|
||||
chrome.notifications.create(id, {
|
||||
type: 'basic',
|
||||
requireInteraction: true,
|
||||
iconUrl: '/images/icon-128.png',
|
||||
title: opts.title,
|
||||
message: message,
|
||||
@ -73,6 +74,7 @@ function createMsgNotification(opts){
|
||||
var id = createId()
|
||||
chrome.notifications.create(id, {
|
||||
type: 'basic',
|
||||
requireInteraction: true,
|
||||
iconUrl: '/images/icon-128.png',
|
||||
title: opts.title,
|
||||
message: message,
|
||||
|
Loading…
Reference in New Issue
Block a user