Fix new file dialog
This commit is contained in:
parent
7b6dbf21c2
commit
666db06b78
|
|
@ -6729,7 +6729,7 @@ function outliner(object = undefined) {
|
|||
async function startup() {
|
||||
await loadConfig();
|
||||
createNewFileDialog(_newFile, _open, config);
|
||||
if (!window.openedFiles) {
|
||||
if (!window.openedFiles?.length) {
|
||||
showNewFileDialog(config);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue