mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
hide logout button in electron since it doesn't do anything
This commit is contained in:
@@ -164,4 +164,6 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
|
||||
messaging.logError(message);
|
||||
|
||||
return false;
|
||||
};
|
||||
};
|
||||
|
||||
$("#logout-button").toggle(!isElectron());
|
||||
Reference in New Issue
Block a user