mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 15:26:07 -04:00
Edit keystrokes works from the menu bar, you can add more sessions from application menu
This commit is contained in:
@@ -10,7 +10,8 @@ import session_exceptions
|
||||
manager = None
|
||||
def setup():
|
||||
global manager
|
||||
manager = sessionManager()
|
||||
if not manager:
|
||||
manager = sessionManager()
|
||||
|
||||
class sessionManager(object):
|
||||
# def __init__(self):
|
||||
|
Reference in New Issue
Block a user