indent

[?]
Sep 18, 2022, 7:01 AM
QFTLLRGLZ2LV4CWD23WKPM4NU4HU7NX4P73BN2EFHVVQEJUXH74AC

Dependencies

  • [2] NYRESFK6 source: show all files in navigator
  • [3] ZQZX364V use a helper
  • [4] KKMFQDR4 editing source code from within the app

Change contents

  • replacement in commands.lua at line 78
    [2.565][2.565:729]()
    local width = App.width(to_text(filename))
    if x + width > App.screen.width - 5 then
    result = result+1
    x = 5 + width
    else
    x = x + width + 30
    end
    [2.565]
    [2.729]
    local width = App.width(to_text(filename))
    if x + width > App.screen.width - 5 then
    result = result+1
    x = 5 + width
    else
    x = x + width + 30
    end