Created showNotesAction and ShowPunchcardAction
This commit is contained in:
@ -9,3 +9,13 @@ toolsMenuAction = action (
|
||||
name: 'Show Tools Menu',
|
||||
closure: controller.&showToolsMenu
|
||||
)
|
||||
|
||||
showNotesAction = action (
|
||||
name: 'Show Notes',
|
||||
closure: controller.&showNotes
|
||||
)
|
||||
|
||||
showPunchcardAction = action (
|
||||
name: 'Show Punchcard',
|
||||
closure: controller.&showPunchcard
|
||||
)
|
||||
|
Reference in New Issue
Block a user