mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-14 12:14:43 -07:00
fix indentation
This commit is contained in:
parent
c58a8ab739
commit
d8b259ace6
@ -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