The sound gain dialog is now accessible from the menu bar in the "Tools" menu

This commit is contained in:
Alexander Babikov
2021-08-05 03:50:43 +05:00
parent bfcc36ac8e
commit 709357f668
3 changed files with 7 additions and 0 deletions

View File

@@ -688,6 +688,10 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
win_settings_open(hwnd);
break;
case IDM_SND_GAIN:
SoundGainDialogCreate(hwnd);
break;
case IDM_ABOUT:
AboutDialogCreate(hwnd);
break;