mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-03-03 15:32:25 +02:00
Fixed:
- 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:
parent
c5ac76d916
commit
8b94a0b72e
2
src/lib
2
src/lib
@ -1 +1 @@
|
||||
Subproject commit b2e571bca0beaa8bd4b08d55b9418561e1ca9d2f
|
||||
Subproject commit eb39d533e4b4f172ab46e2451c29af36446b9333
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user