mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
Added User Info Caching to Twitch_Setup_Dialog
This commit is contained in:
parent
1b5f5279fb
commit
89e3e5cc93
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ func authenticate_twitch():
|
|||
Connections.twitch.token = loaded_creds.data.token
|
||||
if loaded_creds.data.has("channel"):
|
||||
%Default_Chat.text = loaded_creds.data.channel
|
||||
Connections.twitch.cache_user_data()
|
||||
connect_to_chat()
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue