mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 02:36:39 -04:00
Add tooltips for detailling actions
Reply / Reply all / Forward buttons and Notifications settings
This commit is contained in:
parent
37fad48ec8
commit
e038993f27
12 changed files with 297 additions and 224 deletions
|
@ -40,6 +40,11 @@ function mail.show_settings(name)
|
|||
checkbox[0,3.6;trash_move_enable;]] .. S("Move deleted messages to trash") .. [[;]] ..
|
||||
tostring(mail.get_setting(name, "trash_move_enable")) .. [[]
|
||||
|
||||
tooltip[chat_notifications;]] .. S("Receive a message in the chat when there is a new message") .. [[]
|
||||
tooltip[onjoin_notifications;]] .. S("Receive a message at login when inbox isn't empty") .. [[]
|
||||
tooltip[hud_notifications;]] .. S("Show an HUD notification when inbox isn't empty") .. [[]
|
||||
tooltip[sound_notifications;]] .. S("Play a sound when there is a new message") .. [[]
|
||||
|
||||
button[0,5.5;2.5,0.5;save;]] .. S("Save") .. [[]
|
||||
button[2.7,5.5;2.5,0.5;reset;]] .. S("Reset") .. [[]
|
||||
]] .. mail.theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue