Skip to content

Commit 841ce65

Browse files
committed
change the exit label timer to three seconds
1 parent 5af6c83 commit 841ce65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public WINDOWPLACEMENT WindowPlacement {
8585
}
8686
}
8787

88-
private const int FULLSCREEN_EXIT_LABEL_TIMER_TIME = 2500;
88+
private const int FULLSCREEN_EXIT_LABEL_TIMER_TIME = 3000;
8989

9090
private System.Windows.Forms.Timer exitFullscreenLabelTimer = null;
9191

0 commit comments

Comments
 (0)