indent
[?]
Sep 18, 2022, 7:01 AM
QFTLLRGLZ2LV4CWD23WKPM4NU4HU7NX4P73BN2EFHVVQEJUXH74ACDependencies
- [2]
NYRESFK6source: show all files in navigator - [3]
ZQZX364Vuse a helper - [4]
KKMFQDR4editing source code from within the app
Change contents
- replacement in commands.lua at line 78
local width = App.width(to_text(filename))if x + width > App.screen.width - 5 thenresult = result+1x = 5 + widthelsex = x + width + 30endlocal width = App.width(to_text(filename))if x + width > App.screen.width - 5 thenresult = result+1x = 5 + widthelsex = x + width + 30end