mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 22:15:21 -04:00
[ui] add a timer on the status bar
* also ensure that the user sees a report in case too many bad blocks were found * also changed bad blocks threshold to 256
This commit is contained in:
parent
b006e6a837
commit
4ce6a1f0f1
6 changed files with 65 additions and 18 deletions
|
@ -85,7 +85,8 @@ enum notification_type {
|
|||
/* Timers used throughout the program */
|
||||
enum timer_id {
|
||||
PRINTSTATUS_TIMER_ID = 0x1000,
|
||||
BADBLOCK_TIMER_ID
|
||||
BADBLOCK_TIMER_ID,
|
||||
STATUSBAR_TIMER_ID
|
||||
};
|
||||
|
||||
/* File system indexes in our FS combobox */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue