Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
fix: runs/6905651662
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee authored Jun 15, 2022
1 parent 91f4506 commit 30fa0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/mainwindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private string HttpGet(string url) {
}

private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) {
if ("⇲".Equals(mainWindow.ResizeButton.Content)) {
if ("⇲".Equals(ResizeButton.Content)) {
return;
}
Rect rect = this.RestoreBounds;
Expand Down

0 comments on commit 30fa0c1

Please sign in to comment.