We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f19157 commit 1f9aecdCopy full SHA for 1f9aecd
src/main.py
@@ -58,7 +58,7 @@ def appLauncherFunction(window, key, clickedButton):
58
else:
59
idx -= 1
60
61
- appLauncher.addButton("endSession", curses.LINES-12, 2, "[x] End Session")
+ appLauncher.addButton("endSession", curses.LINES-13, 2, "[x] End Session")
62
63
scr.mainloop()
64
0 commit comments