Rename desktop configuration file
This commit is contained in:
parent
e480ca71ca
commit
44ea62a6b9
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ impl State {
|
|||
let config_filename = directories::ProjectDirs::from("com", "rqbit", "desktop")
|
||||
.expect("directories::ProjectDirs::from")
|
||||
.config_dir()
|
||||
.join("config.json")
|
||||
.to_str()
|
||||
.expect("to_str()")
|
||||
.to_owned();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue