Skip to content

Commit

Permalink
Bug fix for update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppler committed Jan 6, 2021
1 parent 0b81f61 commit 1275484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-pwa/register-service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ register(process.env.SERVICE_WORKER_FILE, {
Notify.create({
message: i18n.t("success.updateAvailable"),
icon: "update",
color: "bg-accent",
color: "accent",
textColor: store.state.theme.accentDark ? "textLight" : "textDark",
position: "bottom",
timeout: 0,
Expand Down

0 comments on commit 1275484

Please sign in to comment.