We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b336c64 commit afa8b3bCopy full SHA for afa8b3b
1 file changed
src/platform/android/app/src/main/assets/main.bas
@@ -723,9 +723,9 @@ sub main
723
frm.inputs << bn_files
724
frm.inputs << bn_online
725
frm.inputs << bn_scratch
726
-' if (!is_sdl) then
+ if (!is_sdl) then
727
frm.inputs << bn_setup
728
-' endif
+ endif
729
frm.inputs << bn_about
730
listFiles frm, path, sortDir, basList
731
frm = form(frm)
0 commit comments