We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da26114 commit aa28a62Copy full SHA for aa28a62
Bloxstrap/UI/ViewModels/Settings/ModsViewModel.cs
@@ -16,7 +16,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
16
{
17
public class ModsViewModel : NotifyPropertyChangedViewModel
18
19
- private void OpenModsFolder() => Process.Start("explorer.exe", Paths.Modifications);
+ private void OpenModsFolder() => Process.Start("explorer.exe", Paths.PlayerModifications);
20
21
private readonly Dictionary<string, byte[]> FontHeaders = new()
22
0 commit comments