You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hotkeys and menu shortcuts to mute music and sound
This change introduces the ability to mute and unmute music and sound
effects via the menu and hotkeys.
- Added 'Music muted' and 'Sound muted' settings to the configuration.
- Created an 'Audio' menu in the main window containing checkable actions
for muting music (Ctrl+M) and sound (Ctrl+Shift+M).
- Updated MusicManager and SfxManager to respect these muted states.
- Chosen Ctrl+Shift+M for sound because Ctrl+S is already reserved for
saving maps.
- Integrated theme-based icons for the mute actions.
- Synchronized the menu action states with the global configuration.
0 commit comments