add fileBrowserIdx field to track which item is selected in the browser

This commit is contained in:
2024-09-29 12:32:11 +01:00
parent 6846d7bd52
commit 9d44589b9d
4 changed files with 74 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ struct
, arrowY = 0
, openFilePath = ""
, fileBrowser = Vector.fromList []
, fileBrowserIdx = 0
}
end