Skip to content

Commit

Permalink
Preference.csでのディレクトリの指定を修正 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd authored May 31, 2024
1 parent 363890b commit 0769d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Beutl.Configuration/Preference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class Preferences
{
static Preferences()
{
Default = new DefaultPreferences(Path.Combine(BeutlEnvironment.HomeVariable, "preferences.json"));
Default = new DefaultPreferences(Path.Combine(BeutlEnvironment.GetHomeDirectoryPath(), "preferences.json"));
}

public static IPreferences Default { get; }
Expand Down

0 comments on commit 0769d44

Please sign in to comment.