From e4cab7417952a3eaba63599f1b696fc085c54b8d Mon Sep 17 00:00:00 2001 From: Maboroshy Date: Sat, 14 Oct 2017 18:13:30 +0400 Subject: [PATCH] Add files via upload --- list-maker/list-maker.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/list-maker/list-maker.qml b/list-maker/list-maker.qml index c6ea9a2..865f3ab 100644 --- a/list-maker/list-maker.qml +++ b/list-maker/list-maker.qml @@ -10,7 +10,6 @@ import QOwnNotesTypes 1.0 Script { property string setLetters property string setMarkers - property bool useNestingLetters property variant settingsVariables: [ { @@ -26,14 +25,7 @@ Script { "description": "Put the symbols you want to use as marked list item markers. Spaces and commas are ignored", "type": "string", "default": "- • ‣", - }, - { - "identifier": "useNestingLetters", - "name": "Use letters instead of numbers for second level of nested numbered list instead", - "description": "Enable for letters, disable for numbers", - "type": "boolean", - "default": "false", - }, + } ] property string letters