mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
Added option to force fetch to Cache.fetch, force user profile picture to be fetched on start up or on login
This commit is contained in:
@@ -46,7 +46,7 @@ class W3DHub
|
||||
Store.settings[:account][:refresh_token] = account.refresh_token
|
||||
Store.settings.save_settings
|
||||
|
||||
Cache.fetch(internet, account.avatar_uri)
|
||||
Cache.fetch(internet, account.avatar_uri, true)
|
||||
|
||||
populate_account_info
|
||||
page(W3DHub::Pages::Games)
|
||||
|
||||
Reference in New Issue
Block a user