Skip to content

Commit

Permalink
Fixed Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-a-macleod committed Aug 5, 2020
1 parent 7f19157 commit 1f9aecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def appLauncherFunction(window, key, clickedButton):
else:
idx -= 1

appLauncher.addButton("endSession", curses.LINES-12, 2, "[x] End Session")
appLauncher.addButton("endSession", curses.LINES-13, 2, "[x] End Session")

scr.mainloop()

Expand Down

0 comments on commit 1f9aecd

Please sign in to comment.