Skip to content

Commit 36716ad

Browse files
Removed Broken AprilFools Patch
1 parent b2e196a commit 36716ad

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

MelonLoader.Installer/Config.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ public class Config
1717

1818
#region Serialized Variables
1919

20-
public int AFJY { get; set; }
21-
public int AFJS { get; set; } = 2;
20+
// AprilFools
21+
//public int AFJY { get; set; }
22+
//public int AFJS { get; set; } = 2;
2223

2324
#endregion
2425

MelonLoader.Installer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private static void Main(string[] args)
6161

6262
try
6363
{
64-
Config.Load();
64+
//Config.Load();
6565
BuildAvaloniaApp().StartWithClassicDesktopLifetime(args);
6666

6767
}

MelonLoader.Installer/Views/MainWindow.axaml.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ public MainWindow()
3030
AddHandler(DragDrop.DragOverEvent, OnWindowDragOver);
3131
AddHandler(DragDrop.DragLeaveEvent, OnWindowDragLeave);
3232
AddHandler(DragDrop.DropEvent, OnWindowDrop);
33-
Opened += OnWindowOpened;
33+
34+
//Opened += OnWindowOpened;
3435

3536
ShowMainView();
3637
}
3738

39+
/*
3840
private void AFJ()
3941
{
4042
var now = DateTime.Now;
@@ -83,6 +85,7 @@ private void AFJR()
8385
8486
private void OnWindowOpened(object? sender, EventArgs e)
8587
=> AFJ();
88+
*/
8689

8790
private void OnWindowDragOver(object? sender, DragEventArgs e)
8891
{

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## What's Changed:
2-
*
2+
* Removed Broken AprilFools Patch
33

44
**Full Changelog**: [4.2.2...4.2.3](<https://github.com/LavaGang/MelonLoader.Installer/compare/4.2.2...4.2.3>)

0 commit comments

Comments
 (0)