mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 17:55:56 +00:00
Merge pull request #474 from nyawox/per-file-sync-grammar
fix: per-file customization sync description grammar
This commit is contained in:
@@ -327,9 +327,9 @@ export const SettingInformation: Partial<Record<keyof AllSettings, Configuration
|
|||||||
desc: "MB (0 to disable)."
|
desc: "MB (0 to disable)."
|
||||||
},
|
},
|
||||||
"usePluginSyncV2": {
|
"usePluginSyncV2": {
|
||||||
name: "Enable per-file-saved customization sync",
|
name: "Enable per-file customization sync",
|
||||||
desc: "If enabled per-filed efficient customization sync will be used. We need a small migration when enabling this. And all devices should be updated to v0.23.18. Once we enabled this, we lost a compatibility with old versions."
|
desc: "If enabled, efficient per-file customization sync will be used. A minor migration is required when enabling this feature, and all devices must be updated to v0.23.18. Enabling this feature will result in losing compatibility with older versions."
|
||||||
},
|
}
|
||||||
"handleFilenameCaseSensitive": {
|
"handleFilenameCaseSensitive": {
|
||||||
name: "Handle files as Case-Sensitive",
|
name: "Handle files as Case-Sensitive",
|
||||||
desc: "If this enabled, All files are handled as case-Sensitive (Previous behaviour)."
|
desc: "If this enabled, All files are handled as case-Sensitive (Previous behaviour)."
|
||||||
|
|||||||
Reference in New Issue
Block a user