[ui] fix progress not being displayed for syslinux/grub downloads

* Also make download of .sig files a bit less verbose
This commit is contained in:
Pete Batard 2018-07-03 22:54:06 +01:00
parent 7c142fadbc
commit c12640b547
4 changed files with 140 additions and 114 deletions

View file

@ -163,6 +163,7 @@ enum user_message_type {
UM_NO_UPDATE,
UM_UPDATE_CSM_TOOLTIP,
UM_RESIZE_BUTTONS,
UM_FORMAT_START,
// Start of the WM IDs for the language menu items
UM_LANGUAGE_MENU = WM_APP + 0x100
};