diff --git a/sys/apps/Files.lua b/sys/apps/Files.lua index e40f538..1053e79 100644 --- a/sys/apps/Files.lua +++ b/sys/apps/Files.lua @@ -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' },