diff --git a/src/csui/src/PlayerUiPanels/PanelComponents/VideoSettings/CropOptionsPanel.vue b/src/csui/src/PlayerUiPanels/PanelComponents/VideoSettings/CropOptionsPanel.vue index 3148b6c..ac07d88 100644 --- a/src/csui/src/PlayerUiPanels/PanelComponents/VideoSettings/CropOptionsPanel.vue +++ b/src/csui/src/PlayerUiPanels/PanelComponents/VideoSettings/CropOptionsPanel.vue @@ -112,7 +112,7 @@ -
+
Default for this site
@@ -166,7 +166,8 @@ export default { 'settings', // required for buttons and actions, which are global 'siteSettings', 'eventBus', - 'isEditing' + 'isEditing', + 'allowSettingSiteDefault' ], components: { ShortcutButton,