mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
Remove experimental media overlay
This commit is contained in:
@@ -189,21 +189,6 @@ class OptionsApp extends Component<
|
||||
</div>
|
||||
</label>
|
||||
|
||||
<label className="option option--inline">
|
||||
<div className="option__control">
|
||||
<input name="mediaOverlayEnabled"
|
||||
type="checkbox"
|
||||
checked={ this.state.options?.mediaOverlayEnabled }
|
||||
onChange={ this.handleInputChange } />
|
||||
</div>
|
||||
<div className="option__label">
|
||||
{ _("optionsMediaOverlayEnabledTemp") }
|
||||
</div>
|
||||
<div className="option__description">
|
||||
{ _("optionsMediaOverlayEnabledDescription") }
|
||||
</div>
|
||||
</label>
|
||||
|
||||
<hr />
|
||||
|
||||
<label className="option option--inline">
|
||||
|
||||
Reference in New Issue
Block a user