Skip to content

Commit

Permalink
fixed Telegram minimizing thing
Browse files Browse the repository at this point in the history
  • Loading branch information
DJZK committed Feb 15, 2022
1 parent d21ea4b commit a9402a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Telegram/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
e.Cancel = true;
windowState = this.WindowState;
WindowState = FormWindowState.Minimized;
Hide();
notifyIcon1.Visible = true;

if (first)
Expand Down

0 comments on commit a9402a3

Please sign in to comment.