Skip to content

Commit afa8b3b

Browse files
committed
UI: fix code commented out for android testing
1 parent b336c64 commit afa8b3b

File tree

1 file changed

+2
-2
lines changed
  • src/platform/android/app/src/main/assets

1 file changed

+2
-2
lines changed

src/platform/android/app/src/main/assets/main.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,9 @@ sub main
723723
frm.inputs << bn_files
724724
frm.inputs << bn_online
725725
frm.inputs << bn_scratch
726-
' if (!is_sdl) then
726+
if (!is_sdl) then
727727
frm.inputs << bn_setup
728-
' endif
728+
endif
729729
frm.inputs << bn_about
730730
listFiles frm, path, sortDir, basList
731731
frm = form(frm)

0 commit comments

Comments
 (0)