Skip to content

Commit 781feb0

Browse files
committed
make WebBrowserModeExit single shot
1 parent 25d41fa commit 781feb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,8 @@ private void WebBrowserModeExit(object sender, EventArgs e) {
12591259
return;
12601260
}
12611261

1262+
webBrowserModeExiting = true;
1263+
12621264
// Set Current Directory
12631265
try {
12641266
Directory.SetCurrentDirectory(Application.StartupPath);

0 commit comments

Comments
 (0)