mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
sync fixes
This commit is contained in:
@@ -23,8 +23,6 @@ function SetupModel() {
|
||||
this.syncProxy = ko.observable();
|
||||
this.password = ko.observable();
|
||||
|
||||
this.instanceType = utils.isElectron() ? "desktop" : "server";
|
||||
|
||||
this.setupTypeSelected = () => !!this.setupType();
|
||||
|
||||
this.selectSetupType = () => {
|
||||
|
||||
Reference in New Issue
Block a user