expose a command for the driver to remotely restart an app

[?]
Apr 8, 2023, 12:32 AM
TK4G4GMCBRT2Q5JLGH44AAOD4ZXWVDCNJNPBZXL27YGIIKGG32XQC

Dependencies

Change contents

  • edit in main.lua at line 225
    [2.5897]
    [2.5897]
    elseif cmd == 'RESTART' then
    restart()
  • edit in main.lua at line 326
    [2.8667]
    [2.8667]
    function restart()
    if on.quit then on.quit() end
    if on.initialize then on.initialize() end
    end