mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Remove browse option from browser receiver selector and compact styling
This commit is contained in:
@@ -160,16 +160,6 @@ class PopupApp extends Component<{}, PopupAppState> {
|
||||
& ReceiverSelectorMediaType.Screen) }>
|
||||
{ _("popupMediaTypeScreen") }
|
||||
</option>
|
||||
<option disabled>
|
||||
─────
|
||||
</option>
|
||||
<option value={ ReceiverSelectorMediaType.File }
|
||||
disabled={ !(this.state.availableMediaTypes
|
||||
& ReceiverSelectorMediaType.File) }>
|
||||
{ this.state.filePath
|
||||
? truncatedFileName!
|
||||
: _("popupMediaTypeFile") }
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div className="media-select__label-to">
|
||||
|
||||
Reference in New Issue
Block a user