'Draw attention to this window' option is now defaulted to 'false'
This commit is contained in:
parent
8ac4786040
commit
b062409bb3
3 changed files with 3 additions and 3 deletions
|
@ -256,7 +256,7 @@ class NotificationService extends EventEmitter {
|
|||
|
||||
const shouldDrawAttention = storage.get(
|
||||
'notification-draw-attention',
|
||||
true
|
||||
false
|
||||
);
|
||||
if (shouldDrawAttention) {
|
||||
log.info('NotificationService: drawing attention');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue