mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add lastColour to profile
This commit is contained in:
parent
2cd7240fd2
commit
830d8ead25
1 changed files with 2 additions and 1 deletions
|
@ -37,11 +37,12 @@ profileConf = dict(
|
|||
# editing
|
||||
fullSearch=False,
|
||||
searchHistory=[],
|
||||
recentColours=["#000000", "#0000ff"],
|
||||
lastColour="#00f",
|
||||
stripHTML=True,
|
||||
editFontFamily=fontForPlatform(),
|
||||
editFontSize=12,
|
||||
editLineSize=20,
|
||||
# not exposed in gui
|
||||
deleteMedia=False,
|
||||
preserveKeyboard=True,
|
||||
|
||||
|
|
Loading…
Reference in a new issue