Add hidden flag - Fixes #224

This commit is contained in:
Sebastián Katzer
2017-01-26 14:45:01 +01:00
parent 35c1e63baf
commit 5bc07f17fb
3 changed files with 6 additions and 3 deletions

View File

@@ -336,10 +336,10 @@ exports._isActive = false;
exports._defaults = {
title: 'App is running in background',
text: 'Doing heavy tasks.',
ticker: 'Running in background',
bigText: false,
resume: true,
silent: false,
hidden: true,
color: undefined,
icon: 'icon'
};