diff options
Diffstat (limited to 'MirOTR/options.h')
-rw-r--r-- | MirOTR/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MirOTR/options.h b/MirOTR/options.h index 64ca730..0e915e7 100644 --- a/MirOTR/options.h +++ b/MirOTR/options.h @@ -27,7 +27,8 @@ typedef struct { bool timeout_finished;
- bool no_history;
+ bool delete_history;
+ bool delete_systeminfo;
bool autoshow_verify;
bool end_offline, end_window_close;
|