starlit  Diff

Differences From Artifact [461714c4c0]:

To Artifact [42263b381c]:


   220    220   						pnan.primary = nil
   221    221   					elseif pptrMatch(ptr, pnan.secondary) then
   222    222   						pnan.secondary = nil
   223    223   					else
   224    224   						pnan.secondary = ptr
   225    225   					end
   226    226   					user:suitSound 'starlit-configure'
          227  +					if user.actMode == 'off' then
          228  +						user:actModeSet 'nano'
          229  +					end
   227    230   				elseif pgm.sw.powerKind == 'direct' then
   228    231   					local ctx = suitCtx(pgm)
   229    232   					if pgm.sw.ui then
   230    233   						user:openUI(pgm.sw.ui, 'index', ctx)
   231    234   						return false
   232    235   					else
   233    236   						pgm.sw.run(user, ctx)