mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Merge pull request #2946 from pizzaboxer/bugfix/fix-indentation
Fix indentation
This commit is contained in:
commit
5d8dad903e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user