Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit c192311

Browse files
committed
fix: 部分弹窗会弹两次
1 parent 9cd3f8a commit c192311

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ public PageLaunchRight()
1717
{ ReloadTimeout = 10 * 60 * 1000 };
1818
Loaded += (_, _) => Init();
1919
Loaded += (_, _) => Refresh();
20-
// Handles
21-
BtnHintClose.Click += BtnHintClose_Click;
2220
}
2321

2422
private void Init()

Plain Craft Launcher 2/Pages/PageLaunch/PageLoginProfile.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ public PageLoginProfile()
1515
{
1616
InitializeComponent();
1717
Loaded += (_, _) => Reload();
18-
// Handles
19-
BtnNew.Click += BtnNew_Click;
20-
BtnPort.Click += BtnPort_Click;
2118
}
2219

2320
public ObservableCollection<ProfileItem> ProfileCollection { get; set; } = new();

0 commit comments

Comments
 (0)