mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
Store WDSP wisdom file in app config dir alongside settings JSON
This commit is contained in:
+1
-1
@@ -3798,7 +3798,7 @@ begin
|
||||
|
||||
if not Assigned(@WDSPwisdom) then Exit;
|
||||
|
||||
WisdomDir := IncludeTrailingPathDelimiter(ExtractFilePath(ParamStr(0)));
|
||||
WisdomDir := GetAppCfgDir;
|
||||
WisdomPath := WisdomDir + WDSP_WISDOM_FILE;
|
||||
|
||||
if FileExists(WisdomPath) then
|
||||
|
||||
Reference in New Issue
Block a user