mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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>
|
return R"(<!DOCTYPE html>
|
||||||
<html)"_q
|
<html)"_q
|
||||||
+ classAttribute
|
+ classAttribute
|
||||||
+ R"("" style=")"
|
+ R"( style=")"
|
||||||
+ EscapeForAttribute(ComputeStyles())
|
+ EscapeForAttribute(ComputeStyles())
|
||||||
+ R"(">
|
+ R"(">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue