Commit da5b82fc by Sebastián Katzer

Change default sound value to true

parent 65123eba
...@@ -27,7 +27,7 @@ exports._defaults = { ...@@ -27,7 +27,7 @@ exports._defaults = {
id: 0, id: 0,
text: '', text: '',
title: '', title: '',
sound: 'res://platform_default', sound: true,
badge: undefined, badge: undefined,
data: undefined, data: undefined,
icon: undefined, icon: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment