Skip to content

Commit

Permalink
Set default timeout for the notification of extra permissions #238
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 28, 2020
1 parent f430cc4 commit 5cc5277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webextensions/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export const configs = new Configs({
enableDragSelectionByLongPress: true,
longPressDuration: 400,

notificationTimeout: 10 * 1000,

requestingPermissions: null,
requestingPermissionsNatively: null,

Expand Down

0 comments on commit 5cc5277

Please sign in to comment.