mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
create separate window for setup and then main window
This commit is contained in:
@@ -81,7 +81,7 @@ function SetupModel() {
|
||||
password: password1,
|
||||
theme: theme
|
||||
}).then(() => {
|
||||
window.location.replace("./");
|
||||
window.location.replace("./setup");
|
||||
});
|
||||
}
|
||||
else if (this.setupType() === 'sync-from-server') {
|
||||
|
||||
Reference in New Issue
Block a user