#497 instantly launch pocket program, block network dependent apps until connected

This commit is contained in:
Mikayla Fischler
2024-06-27 19:57:43 -04:00
parent f64db66448
commit 4a7028f401
7 changed files with 95 additions and 46 deletions

View File

@@ -123,7 +123,7 @@ local function main()
-- setup system
----------------------------------------
smem_sys.nav = pocket.init_nav(__shared_memory.q.mq_render)
smem_sys.nav = pocket.init_nav(__shared_memory)
-- message authentication init
if type(config.AuthKey) == "string" and string.len(config.AuthKey) > 0 then