copy correct warning message

akkartik
Dec 7, 2023, 9:08 AM
5GHT3LUX5SHCBV5ZPHCZM5H56BV5IVY7MXBDEO2NZKSMSL24PZOAC

Dependencies

  • [2] VPRGENLA hide some details within the 'warning' state
  • [3] 6VJTQKW7 start supporting LÖVE v12
  • [4] 3XQROLSK redo version checks yet again
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 222
    [3.1104][3.1104:1154]()
    love.system.setClipboardText(Error_message)
    [3.1104]
    [3.1350]
    love.system.setClipboardText(warning_message())
  • edit in main.lua at line 370
    [2.1581]
    function warning_message()
    assert(type(Current_app) == 'table')
    return Current_app.message
    end