Store WDSP wisdom file in app config dir alongside settings JSON

This commit is contained in:
Uladzimir Karpenka
2026-05-28 22:16:57 +03:00
parent a02d35fcce
commit 2ab02d7681
+1 -1
View File
@@ -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