You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,7 +186,21 @@ export function AbChannelDisplaySettings({ showStyleBase }: Readonly<AbChannelDi
161
186
162
187
return(
163
188
<divclassName="studio-edit ab-channel-display">
164
-
<h2>{t('AB Resolver Channel Display')}</h2>
189
+
<divclassName="ab-channel-display__header">
190
+
<h2>{t('AB Resolver Channel Display')}</h2>
191
+
{blueprintDefault&&(
192
+
<button
193
+
type="button"
194
+
className="btn btn-primary"
195
+
onClick={resetToBlueprint}
196
+
title={t('Reset to default')}
197
+
disabled={!hasOverrides}
198
+
>
199
+
<span>{t('Reset')}</span>
200
+
<FontAwesomeIconicon={faSync}/>
201
+
</button>
202
+
)}
203
+
</div>
165
204
<p>
166
205
{t(
167
206
'Configure which pieces should display their assigned AB resolver channel (e.g., "Server A") on various screens. This helps operators identify which video server is playing each clip.'
0 commit comments