Skip to content

Commit

Permalink
Remove Leland.mss from Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and vpereverzev committed Dec 27, 2020
1 parent c7311b3 commit bf13995
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 @@ -208,8 +208,8 @@ void Preferences::init(bool storeInMemoryOnly)
{PREF_SCORE_NOTE_PLAYONCLICK, new BoolPreference(true, false)},
{PREF_SCORE_NOTE_DEFAULTPLAYDURATION, new IntPreference(300 /* ms */, false)},
{PREF_SCORE_NOTE_WARNPITCHRANGE, new BoolPreference(true, false)},
{PREF_SCORE_STYLE_DEFAULTSTYLEFILE, new StringPreference(":/styles/Leland.mss", false)},
{PREF_SCORE_STYLE_PARTSTYLEFILE, new StringPreference(":/styles/Leland.mss", false)},
{PREF_SCORE_STYLE_DEFAULTSTYLEFILE, new StringPreference("", false)},
{PREF_SCORE_STYLE_PARTSTYLEFILE, new StringPreference("", false)},
{PREF_UI_CANVAS_BG_USECOLOR, new BoolPreference(true, false)},
{PREF_UI_CANVAS_FG_USECOLOR, new BoolPreference(true, false)},
{PREF_UI_CANVAS_FG_USECOLOR_IN_PALETTES, new BoolPreference(false, false)},
Expand Down

0 comments on commit bf13995

Please sign in to comment.