aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-23 08:48:14 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-23 08:48:14 +0000
commit3a449c20f72ad8a9fd54331b5dc3a5c92989d404 (patch)
tree62b022e250e850676e7f2223f780ad5daa8d5025 /src/stores/AppStore.js
parentNew Crowdin translations (#628) (diff)
downloadferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.tar.gz
ferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.tar.zst
ferdium-app-3a449c20f72ad8a9fd54331b5dc3a5c92989d404.zip
Release 5.5.0-gm.2 (#625)v5.5.0-gm.2
* Bump Electron to 8.2.3 for latest fixes * Bump version to 5.5.0-gm.2 * Update recipes submodule * Update changelog * Add support for external issue linking * Link README * Address regression introduced by #590 * Add new translations contributors * #620 Address broken translation * Fix cache clearing feedback US copy * Update changelog to include latest merged pull requests * Fix changelog format * Review branding of initial system notification on macOS * #569 Fix missing margin between tabs Co-authored-by: vantezzen <hello@vantezzen.io>
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index da6055e5f..96142787e 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -222,7 +222,7 @@ export default class AppStore extends Store {
222 if (!localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) { 222 if (!localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) {
223 debug('Triggering macOS Catalina notification permission trigger'); 223 debug('Triggering macOS Catalina notification permission trigger');
224 // eslint-disable-next-line no-new 224 // eslint-disable-next-line no-new
225 new window.Notification('Welcome to Franz 5', { 225 new window.Notification('Welcome to Ferdi 5', {
226 body: 'Have a wonderful day & happy messaging.', 226 body: 'Have a wonderful day & happy messaging.',
227 }); 227 });
228 228