Skip to content

Commit

Permalink
[Mod] Channel mute status is no longer saved by default.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22871 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Feb 9, 2025
1 parent d8d8bd8 commit bd3a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/TrackerSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ TrackerSettings::TrackerSettings(SettingsContainer &conf)
, autoApplySmoothFT2Ramping(conf, UL_("Misc"), UL_("SmoothFT2Ramping"), false)
, MiscITCompressionStereo(conf, UL_("Misc"), UL_("ITCompressionStereo"), 4)
, MiscITCompressionMono(conf, UL_("Misc"), UL_("ITCompressionMono"), 7)
, MiscSaveChannelMuteStatus(conf, UL_("Misc"), UL_("SaveChannelMuteStatus"), true)
, MiscSaveChannelMuteStatus(conf, UL_("Misc"), UL_("SaveChannelMuteStatus"), false)
, MiscAllowMultipleCommandsPerKey(conf, UL_("Misc"), UL_("AllowMultipleCommandsPerKey"), false)
, MiscDistinguishModifiers(conf, UL_("Misc"), UL_("DistinguishModifiers"), false)
, MiscProcessPriorityClass(conf, UL_("Misc"), UL_("ProcessPriorityClass"), ProcessPriorityClassNORMAL)
Expand Down

0 comments on commit bd3a88d

Please sign in to comment.