Reduce excitement
This commit is contained in:
parent
a6b3b82bd1
commit
7ea047c905
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class UpdateService {
|
|||
hasBeen3DaysSinceLastNotification &&
|
||||
_latestVersion.shouldNotify) {
|
||||
NotificationService.instance.showNotification(
|
||||
"update available", "click to install our best version yet!");
|
||||
"update available", "click to install our best version yet");
|
||||
await _prefs.setInt(kUpdateAvailableShownTimeKey, now);
|
||||
} else {
|
||||
_logger.info("Debouncing notification");
|
||||
|
|
Loading…
Add table
Reference in a new issue