Ui improvements & fixes

Move events code (if fields.x then) to events.lua (instead of inbox.lua), fix tab selection when going backward
This commit is contained in:
Athozus 2023-03-29 13:26:05 +02:00
parent 48fa4b04f8
commit 9af7aa38f7
No known key found for this signature in database
GPG key ID: B50895022E8484BF
3 changed files with 117 additions and 118 deletions

View file

@ -44,6 +44,7 @@ dofile(MP .. "/ui/mail.lua")
dofile(MP .. "/ui/inbox.lua")
dofile(MP .. "/ui/outbox.lua")
dofile(MP .. "/ui/message.lua")
dofile(MP .. "/ui/events.lua")
dofile(MP .. "/ui/contacts.lua")
dofile(MP .. "/ui/edit_contact.lua")
dofile(MP .. "/ui/select_contact.lua")