stardict path override

This commit is contained in:
Martín Fdez
2020-04-14 19:36:44 +02:00
committed by Martín Fernández
parent 9a789335c3
commit f756a6aaa7
3 changed files with 7 additions and 1 deletions

View File

@@ -251,6 +251,10 @@ NETWORK_PROXY = nil
-- Use turbo library to handle async HTTP request
DUSE_TURBO_LIB = false
-- Absolute path to stardict files (override)
-- By default they're stored in data/dict under dataDir.
STARDICT_DATA_DIR = nil
-- ####################################################################
-- following features are not supported right now
-- ####################################################################