feat: add regex removal for log sesnitive data

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-05-04 09:12:58 +03:00
parent 63d40ecda4
commit e325806173
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
7 changed files with 127 additions and 8 deletions

View file

@ -834,6 +834,10 @@ SET(LAUNCHER_SOURCES
icons/IconList.h
icons/IconList.cpp
# log utils
logs/AnonymizeLog.cpp
logs/AnonymizeLog.h
# GUI - windows
ui/GuiUtil.h
ui/GuiUtil.cpp