diff --git a/package.json b/package.json
index e41bf323..c26f1adb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
- "version": "0.3.8-u",
+ "version": "0.3.8-v",
"keywords": [
"Remote Management",
"Intel AMT",
diff --git a/views/default-mobile-min.handlebars b/views/default-mobile-min.handlebars
index 4ad71dfc..a40adfbd 100644
--- a/views/default-mobile-min.handlebars
+++ b/views/default-mobile-min.handlebars
@@ -1 +1 @@
-
{{{title}}}
Server disconnected , click to reconnect .
◀
Account Security
Account Actions
Device Groups ( New )
◀
My Files
◀
\ No newline at end of file
+ {{{title}}}
Server disconnected , click to reconnect .
◀
Account Security
Account Actions
Device Groups ( New )
◀
My Files
◀
\ No newline at end of file
diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index 932dabc8..2ef03d41 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -391,16 +391,15 @@
@@ -2252,7 +2251,7 @@
//QE('deskkeys', deskState == 3);
//QE('DeskToolsButton', online);
QV('DeskToastButton', (currentNode.agent) && (currentNode.agent.id < 5) && (meshrights & 8));
- QE('DeskToastButton', online);
+ //QE('DeskToastButton', online);
QV('deskActionsBtn', meshrights & 8);
Q('DeskControl').checked = ((meshrights & 8) != 0);
if (online == false) QV('DeskTools', false);