+
+ Pauses all active torrents to allow playback to use all of the available bandwidth.
+
+ )
+ }
+
+ handleHighestPlaybackPriorityChange (e, isChecked) {
+ dispatch('updatePreferences', 'highestPlaybackPriority', isChecked)
+ }
+
externalPlayerPathSelector () {
const playerName = path.basename(
this.props.state.unsaved.prefs.externalPlayerPath || 'VLC'
@@ -129,6 +147,7 @@ class PreferencesPage extends React.Component {