Skip to content

Commit

Permalink
Use preferences_dir instead of config_dir which seems to same for all…
Browse files Browse the repository at this point in the history
… and more accurate for mac
  • Loading branch information
sudipghimire533 committed Nov 20, 2021
1 parent 535add1 commit 121f2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ pub struct MpvOptions {
impl Default for MpvOptions {
fn default() -> Self {
MpvOptions {
config_path: ConfigContainer::get_config_dir()
config_path: ConfigContainer::get_preferences_dir()
.unwrap()
.as_path()
.to_string_lossy()
Expand Down

0 comments on commit 121f2bb

Please sign in to comment.