diff options
-rw-r--r-- | plugins/BASS_interface/src/Main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index 35303457b0..59e88065f1 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -410,6 +410,9 @@ static LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPAR db_set_b(NULL, ModuleName, OPT_VOLUME, Volume);
BASS_SetConfig(BASS_CONFIG_GVOL_STREAM, Volume * 100);
SendMessage(hwndOptSlider, TBM_SETPOS, TRUE, Volume);
+ Preview = TRUE;
+ if (EnPreview)
+ SkinPlaySound("AlertMsg");
}
break;
}
|