From eee3e9627a710048ebdc8507405bdd718cb9c2dc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 10 Nov 2013 10:38:36 -0800 Subject: [PATCH] Adding default configuration, updating labels in preference dialog Former-commit-id: 37871a4f6d60e419bd7974f3512c3a7f66eb000f --- yomi_base/defaults.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yomi_base/defaults.json diff --git a/yomi_base/defaults.json b/yomi_base/defaults.json new file mode 100644 index 0000000..b02cfd6 --- /dev/null +++ b/yomi_base/defaults.json @@ -0,0 +1,13 @@ +{ + "checkForUpdates": true, + "colorBg": 4294967295, + "colorFg": 4278190080, + "decks": [], + "fantFamily": "Arial", + "fontSize": 12, + "loadRecentFile": true, + "recentFiles": [], + "scanLength": 16, + "stripReadings": false, + "wordWrap": false +} \ No newline at end of file