mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
protect tree will check if password is set and send user to options if not
This commit is contained in:
@@ -53,8 +53,8 @@ export default class RootCommandExecutor extends Component {
|
||||
d.showDialog(branchIds);
|
||||
}
|
||||
|
||||
showOptionsCommand() {
|
||||
import("../dialogs/options.js").then(d => d.showDialog());
|
||||
showOptionsCommand({openTab}) {
|
||||
import("../dialogs/options.js").then(d => d.showDialog(openTab));
|
||||
}
|
||||
|
||||
showHelpCommand() {
|
||||
|
||||
Reference in New Issue
Block a user