mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix IV theming on macOS because of broken HTML.
This commit is contained in:
parent
d5b23b5bde
commit
5133f74f67
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace {
|
|||
return R"(<!DOCTYPE html>
|
||||
<html)"_q
|
||||
+ classAttribute
|
||||
+ R"("" style=")"
|
||||
+ R"( style=")"
|
||||
+ EscapeForAttribute(ComputeStyles())
|
||||
+ R"(">
|
||||
<head>
|
||||
|
|
Loading…
Add table
Reference in a new issue