diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-11-29 16:46:48 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-02-09 10:39:26 +0100 |
| commit | 4dc8fe0cc75ca0b65c10bf05002d5ab8b0fe0e0b (patch) | |
| tree | 1dd39f850b671a5d2db279e5cdaa9b4675199ad3 | |
| parent | a452a38ed484da45d483150ca35a38705b007dfc (diff) | |
| download | mullvadvpn-4dc8fe0cc75ca0b65c10bf05002d5ab8b0fe0e0b.tar.xz mullvadvpn-4dc8fe0cc75ca0b65c10bf05002d5ab8b0fe0e0b.zip | |
Change notification type to banner
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index d3d6ad6dc6..e5dc6fd320 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -86,7 +86,7 @@ const config = { icon: distAssets('icon-macos.icns'), extendInfo: { LSUIElement: true, - NSUserNotificationAlertStyle: 'alert', + NSUserNotificationAlertStyle: 'banner', }, extraResources: [ { from: distAssets(path.join('${env.TARGET_TRIPLE}', 'mullvad')), to: '.' }, |
