mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 07:15:41 +00:00
Merge pull request #6706 from Slowlife01/string
fix: import string to pip window
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
diff --git a/toolkit/components/pictureinpicture/content/player.xhtml b/toolkit/components/pictureinpicture/content/player.xhtml
|
||||
index 440ce51e8e67e4d3a7bdcb78f38f2fb6684c9848..6b48a3178f9de460dd3b08728f5638ef2751de21 100644
|
||||
index 440ce51e8e67e4d3a7bdcb78f38f2fb6684c9848..38912579310314a13d516328ec770db6b589d243 100644
|
||||
--- a/toolkit/components/pictureinpicture/content/player.xhtml
|
||||
+++ b/toolkit/components/pictureinpicture/content/player.xhtml
|
||||
@@ -52,13 +52,22 @@
|
||||
@@ -17,6 +17,7 @@
|
||||
<link rel="localization" href="browser/browserSets.ftl"/>
|
||||
<script src="chrome://global/content/pictureinpicture/player.js"></script>
|
||||
<title data-l10n-id="pictureinpicture-player-title"></title>
|
||||
+ <link rel="localization" href="browser/zen-general.ftl"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -52,13 +53,22 @@
|
||||
tabindex="10"
|
||||
#endif
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user