Fixes root node of the new config options

This commit is contained in:
Kristian Knarvik 2022-08-10 00:19:46 +02:00
parent f243bf32e7
commit 7c229fb459

View File

@ -58,12 +58,12 @@ public enum ConfigOption {
/** /**
* Whether only the book author should be able to unsign a book * Whether only the book author should be able to unsign a book
*/ */
AUTHOR_ONLY_UNSIGN("Author_Only_Unsign", false), AUTHOR_ONLY_UNSIGN("Options.Author_Only_Unsign", false),
/** /**
* Whether to turn Original into Copy when copying books * Whether to turn Original into Copy when copying books
*/ */
CHANGE_GENERATION_ON_COPY("Decrease_Generation_On_Copy", false), CHANGE_GENERATION_ON_COPY("Options.Decrease_Generation_On_Copy", false),
/** /**
* Whether to automatically format every signed book * Whether to automatically format every signed book