Cache application data for offline use

This commit is contained in:
2024-03-12 11:24:44 -05:00
parent 75b9e3e14a
commit a1810e3f2c
5 changed files with 34 additions and 4 deletions

View File

@@ -102,6 +102,8 @@ class W3DHub
end
def populate_account_info
return if Store.offline_mode
@host.instance_variable_get(:"@account_container").clear do
flow(fill: true, height: 1.0) do
avatar_image = begin