Skip to content

Commit

Permalink
feature: newServer notification as normal
Browse files Browse the repository at this point in the history
Reduce the notification state severity to normal.

There being a new version available is a pretty low severity
notification. Just the fact that there is a notification for
is probably enough.

See also SignalK/instrumentpanel#245
  • Loading branch information
tkurki committed Aug 5, 2023
1 parent dac0cde commit 60cd094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class Server {
{
path: 'notifications.server.newVersion',
value: {
state: 'alert',
state: 'normal',
method: [],
message: msg
}
Expand Down

0 comments on commit 60cd094

Please sign in to comment.