Added ignore_validation flag to config

This commit is contained in:
David Allen 2024-08-18 13:35:21 -06:00
parent 6199486b68
commit 2b5c838a4f
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -31,6 +31,7 @@ namespace gdpm::config{
bool enable_sync = true;
bool enable_cache = true;
bool skip_prompt = false;
bool ignore_validation = false;
bool enable_file_logging;
bool clean_temporary;