mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
more complete support for network-less electron frontend-backend communication including protected session
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
function reloadApp() {
|
||||
window.location.reload(true);
|
||||
}
|
||||
|
||||
function showMessage(message) {
|
||||
console.log("message: ", message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user