protect tree will check if password is set and send user to options if not

This commit is contained in:
zadam
2021-12-30 23:55:36 +01:00
parent 8120f1bf25
commit a38ccde8bc
9 changed files with 51 additions and 8 deletions

View File

@@ -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() {