Skip to content

Commit 1f9aecd

Browse files
Fixed Bug
1 parent 7f19157 commit 1f9aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def appLauncherFunction(window, key, clickedButton):
5858
else:
5959
idx -= 1
6060

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

6363
scr.mainloop()
6464

0 commit comments

Comments
 (0)