Skip to content

Commit 9834717

Browse files
committed
small fix: startup
1 parent 7ca210e commit 9834717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScreenshareHelper/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private void Form1_Load(object sender, EventArgs e)
252252
protected override void OnShown(EventArgs e)
253253
{
254254
base.OnShown(e);
255-
isActive = false;
255+
isActive = true;
256256
setWindowToBackground();
257257
}
258258

0 commit comments

Comments
 (0)