mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
more complete support for network-less electron frontend-backend communication including protected session
This commit is contained in:
@@ -24,13 +24,13 @@ $(document).bind('keydown', 'alt+t', () => {
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'f5', () => {
|
||||
window.location.reload(true);
|
||||
reloadApp();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'ctrl+r', () => {
|
||||
window.location.reload(true);
|
||||
reloadApp();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user