Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qubqub committed Oct 26, 2023
1 parent 65f4e14 commit 8a30303
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified EunmaToast.dll
Binary file not shown.
3 changes: 0 additions & 3 deletions Views/Stats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5820,9 +5820,6 @@ private async void menuSettings_Click(object sender, EventArgs e) {
}
}
private void menuOverlay_Click(object sender, EventArgs e) {
this.ShowToastNotification("서버 연결 알림",
"(미국, New York) 서버에 연결되었습니다.",
Position.BottomRight, System.Enums.Duration.LENGTH_LONG, Animation.FADE, this.Theme == MetroThemeStyle.Light ? System.Enums.Theme.SuccessLight : System.Enums.Theme.SuccessDark, false);
this.ToggleOverlay(this.overlay);
}
public void ToggleOverlay(Overlay overlay) {
Expand Down

0 comments on commit 8a30303

Please sign in to comment.