Skip to content

Commit

Permalink
Rename desktop configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 7, 2023
1 parent e480ca7 commit 44ea62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 44ea62a

Please sign in to comment.