Support for multi line text [Fixes #171]

This commit is contained in:
Sebastián Katzer
2017-01-01 22:35:32 +01:00
parent 8e3a3528ac
commit 681f2f9275
2 changed files with 32 additions and 33 deletions

View File

@@ -274,8 +274,9 @@ exports._isActive = false;
*/
exports._defaults = {
title: 'App is running in background',
text: 'Doing heavy tasks.',
text: "Doing heavy tasks.",
ticker: 'Running in background',
bigText: true,
resume: true,
silent: false,
color: undefined,