1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2025-03-03 15:32:25 +02:00
- No longer files have been trimmed even delimiters have been continuous.
- Fixed the toggle title to `Do not split chunks in the background` from `Do not split chunks in the foreground`.
- Non-configured item mismatches are no longer detected.
This commit is contained in:
vorotamoroz 2024-06-04 11:34:42 +01:00
parent c5ac76d916
commit 8b94a0b72e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b2e571bca0beaa8bd4b08d55b9418561e1ca9d2f
Subproject commit eb39d533e4b4f172ab46e2451c29af36446b9333

View File

@ -306,7 +306,7 @@ export const SettingInformation: Partial<Record<keyof AllSettings, Configuration
desc: "If enabled, chunks will be split into no more than 100 items. However, dedupe is slightly weaker."
},
disableWorkerForGeneratingChunks: {
name: "Do not split chunks in the foreground",
name: "Do not split chunks in the background",
desc: "If disabled(toggled), chunks will be split on the UI thread (Previous behaviour)."
},
processSmallFilesInUIThread: {