tooltips and ui
This commit was merged in pull request #42.
This commit is contained in:
@@ -35,6 +35,12 @@ func prev_track():
|
||||
func toggle_pause():
|
||||
stream_paused = !stream_paused
|
||||
|
||||
func pause():
|
||||
stream_paused = true
|
||||
|
||||
func unpause():
|
||||
stream_paused = false
|
||||
|
||||
func stop_radio():
|
||||
stop()
|
||||
stream_paused = false
|
||||
|
||||
Reference in New Issue
Block a user