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
@@ -160,7 +185,21 @@ export function AbChannelDisplaySettings({ showStyleBase }: Readonly<AbChannelDi
160
185
161
186
return(
162
187
<divclassName="studio-edit ab-channel-display">
163
-
<h2>{t('AB Resolver Channel Display')}</h2>
188
+
<divclassName="ab-channel-display__header">
189
+
<h2>{t('AB Resolver Channel Display')}</h2>
190
+
{blueprintDefault&&(
191
+
<button
192
+
type="button"
193
+
className="btn btn-primary"
194
+
onClick={resetToBlueprint}
195
+
title={t('Reset to default')}
196
+
disabled={!hasOverrides}
197
+
>
198
+
<span>{t('Reset')}</span>
199
+
<FontAwesomeIconicon={faSync}/>
200
+
</button>
201
+
)}
202
+
</div>
164
203
<p>
165
204
{t(
166
205
'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