From 4d7db6cf3ff47c903cf62e6596c8d9dd5d1f6782 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 12 Dec 2016 11:31:30 +0500 Subject: Align Toasts to bottom right corner --- web/app/controller/Root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app') 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'); } } } -- cgit v1.2.3