fixup! common: Add custom config

This commit is contained in:
Lux Aliaga 2022-09-27 00:05:06 -03:00
parent 3cd5ad758c
commit ef5205ce3a
Signed by: lux
GPG Key ID: B56C805968637437
1 changed files with 2 additions and 2 deletions

View File

@ -127,9 +127,9 @@ fn ventotoml() -> Result<(String, String)> {
Section::new("files")
.paragraph("Linux: $XDG_CONFIG_HOME/vento.toml")
.paragraph("macOS: $HOME/Library/Application Support/vento.toml")
.paragraph("{FOLDERID_RoamingAppData}\\vento.toml")
.paragraph("Windows: {FOLDERID_RoamingAppData}\\\\vento.toml")
)
.render();
Ok((page, String::from("vento.toml.5")))
Ok((page, String::from("vento.toml.1")))
}