Skip to content

Commit 6621784

Browse files
authored
fix: missing > and use proper pref definition for dropdown (#840)
* fix: new pref definition system * Update adjust-security-and-privacy-page.patch * Update adjust-security-and-privacy-page.patch
1 parent fb8a840 commit 6621784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

patches/trivalent/ui/adjust-security-and-privacy-page.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ index 6b9bd1adee..6e0bea5eee 100644
216216
+ </div>
217217
+ <settings-dropdown-menu
218218
+ label="$i18n{webrtcHandlingPolicyLabel}"
219-
+ pref="{{prefs.webrtc.ip_handling_policy}}"
220-
+ .menuOptions="[[webrtcHandlingPolicyOptions_]]"
219+
+ pref-key="webrtc.ip_handling_policy"
220+
+ menu-options="[[webrtcHandlingPolicyOptions_]]">
221221
+ </settings-dropdown-menu>
222222
+ </div>
223223
+<if expr="is_linux or is_win">

0 commit comments

Comments
 (0)