HTML title removed because Thunderbird is setting its title and then changing it after the windows creation and we are already doing that see https://github.com/micz/ThunderAI/issues/696#issuecomment-4190953876

This commit is contained in:
mic 2026-04-06 23:06:59 +02:00
parent 78c629a1bc
commit 0dc9ecce38

View file

@ -3,7 +3,6 @@
<head> <head>
<!-- Other meta tags and stylesheets --> <!-- Other meta tags and stylesheets -->
<link rel="stylesheet" type="text/css" href="styles.css"> <link rel="stylesheet" type="text/css" href="styles.css">
<title>ThunderAI Assistant</title>
</head> </head>
<body> <body>
<!-- Use the custom tags directly --> <!-- Use the custom tags directly -->