mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 22:15:21 -04:00
[ui] improve download dialog handling for new versions
* Prevent closing of the dialog during download * Fix behaviour of the Abort button
This commit is contained in:
parent
356b0ddaff
commit
02697a025a
3 changed files with 17 additions and 11 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
// Number of concurrent localization messages (i.e. messages we can concurrently
|
||||
// reference at the same time). Must be a power of 2.
|
||||
#define LOC_MESSAGE_NB 16
|
||||
#define LOC_MESSAGE_NB 32
|
||||
#define LOC_MESSAGE_SIZE 2048
|
||||
#define LOC_HTAB_SIZE 1031 // Using a prime speeds up the hash table init
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue