mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 05:37:48 +00:00
delete xOnlyMode
This commit is contained in:
parent
17a5ad0938
commit
5a18eb2db8
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
export interface CheckboxSyncPluginSettings {
|
||||
xOnlyMode: boolean;
|
||||
enableAutomaticParentState: boolean;
|
||||
enableAutomaticChildState: boolean;
|
||||
checkedSymbols: string[];
|
||||
|
|
@ -14,7 +13,6 @@ export enum CheckboxState {
|
|||
}
|
||||
|
||||
export const DEFAULT_SETTINGS: CheckboxSyncPluginSettings = {
|
||||
xOnlyMode: true,
|
||||
enableAutomaticParentState: true,
|
||||
enableAutomaticChildState: true,
|
||||
checkedSymbols: ['x'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue