fix: bad configuration document (#521)

This commit is contained in:
Myriad-Dreamin 2024-08-10 20:43:08 +08:00 committed by GitHub
parent f8472e9a3e
commit 99f9d6ccb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 105 additions and 179 deletions

View file

@ -250,6 +250,7 @@ impl Initializer for SuperInit {
}
}
// region Configuration Items
const CONFIG_ITEMS: &[&str] = &[
"outputPath",
"exportPdf",
@ -264,6 +265,7 @@ const CONFIG_ITEMS: &[&str] = &[
"preferredTheme",
"hoverPeriscope",
];
// endregion Configuration Items
// todo: Config::default() doesn't initialize arguments from environment
// variables