Parsing image escapes and markup will only occur if their respective options are enabled

This commit is contained in:
Scoopta
2019-12-16 19:38:12 -08:00
parent c248461260
commit 8594fc52a3
3 changed files with 28 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ void wofi_insert_widget(char* mode, char** text, char* search_text, char** actio
bool wofi_allow_images();
bool wofi_allow_markup();
uint64_t wofi_get_image_size();
bool wofi_mod_shift();