mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-05 04:49:16 +00: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:
2
src/lib
2
src/lib
Submodule src/lib updated: b2e571bca0...eb39d533e4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user