File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 > )
You can’t perform that action at this time.
0 commit comments