Added User Info Caching to Twitch_Setup_Dialog

This commit is contained in:
Eroax 2024-01-22 20:04:24 -07:00
parent 3426f17173
commit 21c9e43978

View file

@ -21,6 +21,7 @@ func authenticate_twitch():
Connections.twitch.token = loaded_creds.data.token Connections.twitch.token = loaded_creds.data.token
if loaded_creds.data.has("channel"): if loaded_creds.data.has("channel"):
%Default_Chat.text = loaded_creds.data.channel %Default_Chat.text = loaded_creds.data.channel
Connections.twitch.cache_user_data()
connect_to_chat() connect_to_chat()
return return