From 5eebe9e486ef0aa501e5fde8ccd9c460e2f30509 Mon Sep 17 00:00:00 2001 From: _Lighty_ Date: Tue, 7 Jan 2020 12:37:18 +0100 Subject: [PATCH] XL set default notification location as topRight --- Plugins/1XenoLib.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/1XenoLib.plugin.js b/Plugins/1XenoLib.plugin.js index 1243128..9740af0 100644 --- a/Plugins/1XenoLib.plugin.js +++ b/Plugins/1XenoLib.plugin.js @@ -65,7 +65,7 @@ var XenoLib = (() => { name: 'Notification position', id: 'position', type: 'position', - value: 'topLeft' + value: 'topRight' } ] }