mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small improvement
This commit is contained in:
parent
a5fdcb5a86
commit
86a7f49f8d
1 changed files with 2 additions and 0 deletions
|
@ -1075,6 +1075,8 @@ public class HtmlHelper {
|
|||
return 600;
|
||||
case "bold":
|
||||
return 700;
|
||||
case "inherit":
|
||||
return null;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue