Fixed mobile side mesh user permission viewing

This commit is contained in:
Ylian Saint-Hilaire
2018-11-02 18:25:51 -07:00
parent fe46ccbbac
commit 863bdeda1b
5 changed files with 6 additions and 4 deletions

View File

@@ -5256,6 +5256,7 @@
if ((meshrights & 32) != 0) r += ', Server Files';
if ((meshrights & 64) != 0) r += ', Wake Devices';
if ((meshrights & 128) != 0) r += ', Edit Notes';
if ((meshrights & 256) != 0) r += ', Remote View Only';
}
r = r.substring(2);
if (r == '') { r = 'No Rights'; }