Differences From Artifact [461714c4c0]:
- File mods/starlit/interfaces.lua — part of check-in [52a4f364ac] at 2024-05-07 03:45:58 on branch trunk — compiler now draws power, better compile job progress bars, stats screen refreshes (user: lexi, size: 17539) [annotate] [blame] [check-ins using]
To Artifact [42263b381c]:
- File mods/starlit/interfaces.lua — part of check-in [d831add94c] at 2024-05-09 15:33:01 on branch trunk — add beginnings of construction system, add cuprite, fix granite, tweak balance, add sane asset management system (user: lexi, size: 17612) [annotate] [blame] [check-ins using]
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)