Commit 29c02ad60c16692680bcb72f8346dbce151cef88
1 parent
833e0f8c
Exists in
master
and in
5 other branches
Opções de arquivo estavam habilitas mesmo quando offline
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ui/00default.xml
... | ... | @@ -51,8 +51,8 @@ |
51 | 51 | <menuitem action='print' src='copy' group='clipboard' label='Print copy' /> |
52 | 52 | <separator/> |
53 | 53 | <menu name='FTMenu' label='Send/Receive' > |
54 | - <menuitem action='download' key='<alt>d' label='Receive file' /> | |
55 | - <menuitem action='upload' key='<alt>u' label='Send file' /> | |
54 | + <menuitem action='download' key='<alt>d' label='Receive file' group='online' /> | |
55 | + <menuitem action='upload' key='<alt>u' label='Send file' group='online' /> | |
56 | 56 | </menu> |
57 | 57 | <menuitem action='Quit' key='<ctrl>q' icon="quit" sysmenu="quit"/> |
58 | 58 | </menu> | ... | ... |