From b42cdb318a571a23ab22107c758bc068a834a84e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 13 Nov 2025 15:17:51 +0800 Subject: [PATCH] bugfix --- wwwroot/show_llms.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/show_llms.ui b/wwwroot/show_llms.ui index fa52fc5..c4298e8 100644 --- a/wwwroot/show_llms.ui +++ b/wwwroot/show_llms.ui @@ -73,7 +73,7 @@ "target":"PopupWindow", "popup_options":{ "title":"{{llm.name}}", -{% int(params_kw._is_mobile) %} +{% if int(params_kw._is_mobile) %} "width": "100%", "height": "100%" {% else %}