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:
2026-08-21 10:35:03 +02:00
parent 4fd457bc2c
commit da91433135
10 changed files with 39 additions and 12 deletions
+2
View File
@@ -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"