mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 15:18:54 +00:00
13 lines
652 B
C++
13 lines
652 B
C++
diff --git a/toolkit/content/aboutProfiles.xhtml b/toolkit/content/aboutProfiles.xhtml
|
|
index 3ce9e580627d757e9bb3fa09601e6336e2376c73..cd69facbf05c525de061c496e08dc12096692e86 100644
|
|
--- a/toolkit/content/aboutProfiles.xhtml
|
|
+++ b/toolkit/content/aboutProfiles.xhtml
|
|
@@ -27,6 +27,7 @@
|
|
<script src="chrome://global/content/aboutProfiles.js" />
|
|
<link rel="localization" href="branding/brand.ftl" />
|
|
<link rel="localization" href="toolkit/about/aboutProfiles.ftl" />
|
|
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
|
</head>
|
|
<body id="body" class="wide-container">
|
|
<h1 data-l10n-id="profiles-title"></h1>
|