Cleaned everything up more so that it's using better events, but I need to rewrite the event handlers.
This commit is contained in:
parent
1179d6eb43
commit
a47e004d37
6 changed files with 47 additions and 129 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"[_]"
|
||||
],
|
||||
"actions": {
|
||||
"Restart": 43,
|
||||
"Restart": 51,
|
||||
"Quit": 38
|
||||
}
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"[_]"
|
||||
],
|
||||
"actions": {
|
||||
"Continue": 43,
|
||||
"Continue": 50,
|
||||
"Quit": 38
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,6 @@
|
|||
],
|
||||
"actions": {
|
||||
"Start": 43,
|
||||
"About": 43,
|
||||
"Quit": 38
|
||||
}
|
||||
}
|
||||
|
|
@ -89,7 +88,7 @@
|
|||
"[_]"
|
||||
],
|
||||
"actions": {
|
||||
"Restart": 43,
|
||||
"Restart": 51,
|
||||
"Quit": 38
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue