bloxstrap/Bloxstrap/AppData
outmaneuver 1cd5a8d76c Fix UI issue in Roblox games
Fixes #3413

Fix the Roblox UI issue where the UI, including chat UI, is not displayed correctly in every game.

* **Bloxstrap/FastFlagManager.cs**
  - Add a new method `EnsureUIFlags` to set UI-related flags correctly.
  - Call `EnsureUIFlags` in the `Load` method to ensure UI flags are set.

* **Bloxstrap/App.xaml.cs**
  - Add a call to `FastFlagManager.EnsureUIFlags` in the `OnStartup` method.
  - Add a new method `InitializeUI` to handle additional UI initialization checks.
2024-10-23 16:59:38 +03:00
..
CommonAppData.cs Add redist.zip to common extract roots 2024-10-15 14:09:07 -05:00
IAppData.cs Abandon staging folder idea, use lockfile instead 2024-09-07 22:51:03 +01:00
RobloxPlayerData.cs Fix UI issue in Roblox games 2024-10-23 16:59:38 +03:00
RobloxStudioData.cs Fix UI issue in Roblox games 2024-10-23 16:59:38 +03:00