hide logout button in electron since it doesn't do anything

This commit is contained in:
azivner
2017-12-26 22:19:42 -05:00
parent bf3f26fde8
commit 19ffa14f10
2 changed files with 6 additions and 4 deletions

View File

@@ -164,4 +164,6 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
messaging.logError(message);
return false;
};
};
$("#logout-button").toggle(!isElectron());