Skip to content

Commit

Permalink
Merge pull request #2946 from pizzaboxer/bugfix/fix-indentation
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
pizzaboxer committed Sep 21, 2024
2 parents 99d2d10 + d8b259a commit 5d8dad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/ViewModels/Settings/ModsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void OpenCompatSettings()
string path = new RobloxPlayerData().ExecutablePath;

if (File.Exists(path))
PInvoke.SHObjectProperties(HWND.Null, SHOP_TYPE.SHOP_FILEPATH, path, "Compatibility");
PInvoke.SHObjectProperties(HWND.Null, SHOP_TYPE.SHOP_FILEPATH, path, "Compatibility");
else
Frontend.ShowMessageBox(Strings.Common_RobloxNotInstalled, MessageBoxImage.Error);

Expand Down

0 comments on commit 5d8dad9

Please sign in to comment.