mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Missed else.
This commit is contained in:
parent
ea8ce38514
commit
6df6a85eba
@ -100,6 +100,10 @@ namespace Remotely.ScreenCast.Win.Services
|
||||
GetBitBltFrame();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
GetBitBltFrame();
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user