cloud catcher

This commit is contained in:
kepler155c@gmail.com 2019-01-23 15:43:12 -05:00
parent 073f4c1a6d
commit 2438a40677
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ local Browser = UI.Page {
{ text = 'File', dropdown = {
{ text = 'Run', event = 'run' },
{ text = 'Edit e', event = 'edit' },
{ text = 'Cloud edit c', event = 'cedit' },
{ text = 'Shell s', event = 'shell' },
UI.MenuBar.spacer,
{ text = 'Quit q', event = 'quit' },