add a build process

This commit is contained in:
2025-02-23 14:56:58 -05:00
parent 13b965094d
commit bc8eb7a689
5 changed files with 27 additions and 1 deletions

View File

@@ -193,6 +193,10 @@ func main() {
if metaActive {
newFileInDirectory(img)()
}
case "a":
if metaActive {
tk.Toplevel()
}
case "Up":
if curr > 0 {
updateImage(filepath.Join(directoryState.currentDirectory, directoryState.images[curr-1]), img)