forked from Mirrors/sngrep
cf: allow hiding raw preview again
This commit is contained in:
parent
d71dc0c346
commit
8e9969659b
@ -363,6 +363,10 @@ call_flow_draw_preview(ui_t *ui)
|
|||||||
call_flow_arrow_t *arrow = NULL;
|
call_flow_arrow_t *arrow = NULL;
|
||||||
call_flow_info_t *info;
|
call_flow_info_t *info;
|
||||||
|
|
||||||
|
// Check if not displaying raw has been requested
|
||||||
|
if (setting_disabled(SETTING_CF_FORCERAW))
|
||||||
|
return;
|
||||||
|
|
||||||
// Get panel information
|
// Get panel information
|
||||||
info = call_flow_info(ui);
|
info = call_flow_info(ui);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user