From 1070fe1685677d75b262cd57a5e15c23ae7f4291 Mon Sep 17 00:00:00 2001 From: Abdo Date: Sun, 17 Nov 2024 17:38:21 +0300 Subject: [PATCH] Do not show warning if Browser Appearance has no field references (#3566) --- rslib/src/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/template.rs b/rslib/src/template.rs index d5579310d..b72831851 100644 --- a/rslib/src/template.rs +++ b/rslib/src/template.rs @@ -628,7 +628,7 @@ pub fn render_card( TEMPLATE_BLANK_CLOZE_LINK, tr.card_template_rendering_more_info() )) - } else if !is_cloze && !qtmpl.renders_with_fields(context.nonempty_fields) { + } else if !is_cloze && !browser && !qtmpl.renders_with_fields(context.nonempty_fields) { Some(format!( "
{}
{}
", tr.card_template_rendering_empty_front(),