diff options
-rw-r--r-- | web/app/controller/Root.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index f95dcc6..bcccc50 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -212,7 +212,7 @@ Ext.define('Traccar.controller.Root', { if (self.mutePressed()) { self.beep(); } - Ext.toast(text, device.get('name')); + Ext.toast(text, device.get('name'), 'br'); } } } |