We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baae6f2 commit 3513910Copy full SHA for 3513910
FlashpointSecurePlayer/ProgressManager.cs
@@ -615,9 +615,9 @@ private static int ProgressFormValue {
615
private static IntPtr ProgressFormState {
616
/*
617
get {
618
- if (ProgressManager.progressFormState == TaskbarProgressBarState.Error) {
+ if (ProgressManager.progressFormState == TBPF.TBPF_ERROR) {
619
return PBST_ERROR;
620
- } else if (ProgressManager.progressFormState == TaskbarProgressBarState.Paused) {
+ } else if (ProgressManager.progressFormState == TBPF.TBPF_PAUSED) {
621
return PBST_PAUSED;
622
} else {
623
return PBST_NORMAL;
0 commit comments