Update Settings.cs

uhhhh
This commit is contained in:
idkthegithub 2023-05-15 11:55:33 +02:00
parent c72fdf1ca9
commit c7083ba184

View File

@ -31,5 +31,6 @@ namespace Bloxstrap.Models
public bool UseOldMouseCursor { get; set; } = false;
public bool UseDisableAppPatch { get; set; } = false;
public bool DisableFullscreenOptimizations { get; set; } = false;
public bool RemoveRobloxText { get; set; } = false;
}
}