mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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
|
# editing
|
||||||
fullSearch=False,
|
fullSearch=False,
|
||||||
searchHistory=[],
|
searchHistory=[],
|
||||||
recentColours=["#000000", "#0000ff"],
|
lastColour="#00f",
|
||||||
stripHTML=True,
|
stripHTML=True,
|
||||||
editFontFamily=fontForPlatform(),
|
editFontFamily=fontForPlatform(),
|
||||||
editFontSize=12,
|
editFontSize=12,
|
||||||
editLineSize=20,
|
editLineSize=20,
|
||||||
|
# not exposed in gui
|
||||||
deleteMedia=False,
|
deleteMedia=False,
|
||||||
preserveKeyboard=True,
|
preserveKeyboard=True,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue