1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-16 18:32:52 +00:00

cloud catcher

This commit is contained in:
kepler155c@gmail.com 2019-01-23 15:43:12 -05:00
parent 073f4c1a6d
commit 2438a40677

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' },