delete xOnlyMode

This commit is contained in:
Grol Grol 2025-04-23 20:58:33 +03:00
parent 17a5ad0938
commit 5a18eb2db8

View file

@ -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'],