Dev 1.0.1
* Fix du mode twitch * Fix de coquille de dialogues * Fix du blocage dans la base aqua
This commit is contained in:
@@ -92,8 +92,10 @@ func setup_twitch():
|
||||
|
||||
func update_twitch_pseudo():
|
||||
if GameInfo.settings_data.activate_twitch_integration:
|
||||
%TwitchTypeStw.visible = true
|
||||
%TwitchPseudoCount.text = tr("PSEUDO_GATHERED_%d") % len(TwitchConnection.pseudo_gathered)
|
||||
else:
|
||||
%TwitchTypeStw.visible = false
|
||||
%TwitchPseudoCount.text = "TWITCH_NOT_CONNECTED"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user