MCPcopy Create free account
hub / github.com/Syncplay/syncplay / changeAutoplayThreshold

Method changeAutoplayThreshold

syncplay/ui/gui.py:1888–1889  ·  view source on GitHub ↗
(self, source=None)

Source from the content-addressed store, hash-verified

1886
1887 @needsClient
1888 def changeAutoplayThreshold(self, source=None):
1889 self._syncplayClient.changeAutoPlayThrehsold(self.autoplayThresholdSpinbox.value())
1890
1891 def updateAutoPlayState(self, newState):
1892 oldState = self.autoplayPushButton.isChecked()

Callers 1

addClientMethod · 0.95

Calls 1

Tested by

no test coverage detected