Merge pull request #2946 from pizzaboxer/bugfix/fix-indentation

Fix indentation
This commit is contained in:
pizzaboxer 2024-09-21 19:21:43 +01:00 committed by GitHub
commit 5d8dad903e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
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);