Fixed defaults for saveActions and fastStoreHudCache.
This commit is contained in:
parent
bc2277af74
commit
067373b128
|
@ -506,8 +506,8 @@ class Config:
|
||||||
imp['callFpdbHud'] = True
|
imp['callFpdbHud'] = True
|
||||||
imp['interval'] = 10
|
imp['interval'] = 10
|
||||||
imp['hhArchiveBase'] = "~/.fpdb/HandHistories/"
|
imp['hhArchiveBase'] = "~/.fpdb/HandHistories/"
|
||||||
imp['saveActions'] = False
|
imp['saveActions'] = True
|
||||||
imp['fastStoreHudCache'] = False
|
imp['fastStoreHudCache'] = True
|
||||||
return imp
|
return imp
|
||||||
|
|
||||||
def get_default_paths(self, site = "PokerStars"):
|
def get_default_paths(self, site = "PokerStars"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user