Skip to content

Commit

Permalink
Remove entries from the Advanced Preferences
Browse files Browse the repository at this point in the history
as these are available via the UI already.
  • Loading branch information
Jojo-Schmitz committed Dec 8, 2021
1 parent 8d4f7ee commit bb0dbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void Preferences::init(bool storeInMemoryOnly)
{PREF_APP_PLAYBACK_PLAYREPEATS, new BoolPreference(true, false)},
{PREF_APP_PLAYBACK_SPEEDINCREMENT, new IntPreference(5)},
{PREF_APP_PLAYBACK_LOOPTOSELECTIONONPLAY, new BoolPreference(true)},
{PREF_APP_USESINGLEPALETTE, new BoolPreference(false)},
{PREF_APP_USESINGLEPALETTE, new BoolPreference(false, false)},
{PREF_APP_PALETTESCALE, new DoublePreference(1.0)},
{PREF_APP_STARTUP_FIRSTSTART, new BoolPreference(true)},
{PREF_APP_STARTUP_SESSIONSTART, new EnumPreference(QVariant::fromValue(SessionStart::SCORE), false)},
Expand All @@ -160,7 +160,7 @@ void Preferences::init(bool storeInMemoryOnly)
{PREF_MIGRATION_DO_NOT_ASK_ME_AGAIN_XML, new BoolPreference(false, false)},
{PREF_APP_BACKUP_GENERATE_BACKUP, new BoolPreference(true)},
{PREF_APP_BACKUP_SUBFOLDER, new StringPreference(".mscbackup")},
{PREF_EXPORT_AUDIO_NORMALIZE, new BoolPreference(true)},
{PREF_EXPORT_AUDIO_NORMALIZE, new BoolPreference(true, false)},
{PREF_EXPORT_AUDIO_SAMPLERATE, new IntPreference(44100, false)},
{PREF_EXPORT_AUDIO_PCMRATE, new IntPreference(16)},
{PREF_EXPORT_MP3_BITRATE, new IntPreference(128, false)},
Expand Down

0 comments on commit bb0dbe1

Please sign in to comment.