Skip to content

Commit

Permalink
修复连接设备失败提示弹两次的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
TGSAN committed Dec 31, 2020
1 parent 4920452 commit dc7ae46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MirrorCaster/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ private void StartCastAction()
{
StartCast();
}
else
{
MessageBox.Show("找不到任何设备或模拟器", "警告");
}
}

private void StartCast()
Expand Down

0 comments on commit dc7ae46

Please sign in to comment.