1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2020-04-27 16:23:32 +02:00
parent a5fdcb5a86
commit 86a7f49f8d

View file

@ -1075,6 +1075,8 @@ public class HtmlHelper {
return 600;
case "bold":
return 700;
case "inherit":
return null;
}
try {