feat(sync): Removed patch files, placed the logic in zen files

This commit is contained in:
Kristijan Ribarić
2024-10-05 22:53:13 +02:00
parent 20f6dfafa1
commit 9a9171055c
5 changed files with 11 additions and 49 deletions

View File

@@ -995,5 +995,10 @@ Preferences.addAll([
id: 'zen.view.show-bottom-border',
type: 'bool',
default: false,
},
{
id: 'services.sync.engine.workspaces',
type: 'bool',
default: true,
}
]);