Fix tooltip 2

This commit is contained in:
Jean-Patrick Guerrero 2020-08-31 22:46:30 +02:00
parent ce59bd35d4
commit aa46556020
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ local function is_fav(favs, query_item)
end
local function weird_desc(str)
return not true_str(str) or find(str, "[\\]*") or not find(str, "%u")
return not true_str(str) or find(str, "\n") or not find(str, "%u")
end
local function toupper(str)