-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes include the removal of three files, the …
…addition of a status check in `DataController.cs`, improved error handling in `HotkeyManagement.cs`, refactoring of the `CycleStatus` method in `OSCController.cs`, and various visual adjustments in `MainWindow.xaml`. Additionally, the message displayed when the dev egg mode is found was updated in `MainWindow.xaml.cs`. 1. The `MagicChatboxTests.csproj`, `OAuthService.cs`, and `PulsoidOAuthLib.csproj` files were completely removed from the project. 2. A new status check was added to `DataController.cs` to see if a status with the message 'BoiHanny' or 'Gun' exists. If such a status is found, `Egg_Dev` is set to true. 3. Error handling was improved in `HotkeyManagement.cs` when loading hotkey configurations. If the deserialization returns null or if there is a failure to parse a specific hotkey, an error message is logged and default hotkeys are added. 4. The `CycleStatus` method in `OSCController.cs` was refactored for better readability and performance. The status items are now set to inactive using a foreach loop instead of a LINQ expression. The selection of the next active status item was also improved. 5. In `MainWindow.xaml`, the size of the main window was reduced and the visibility of certain elements was changed. The background color of some elements was changed from `DarkSlateBlue` to a linear gradient. The `RenderOptions.BitmapScalingMode` was set to `HighQuality` or `NearestNeighbor` for several images. 6. The message displayed when the dev egg mode is found was updated in `MainWindow.xaml.cs` to include "go to options".
- Loading branch information
Showing
9 changed files
with
83 additions
and
213 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.