mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 17:58:17 +00:00
fix: bad configuration document (#521)
This commit is contained in:
parent
f8472e9a3e
commit
99f9d6ccb7
4 changed files with 105 additions and 179 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue