mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
disable the cancel button when the blocklist is being processed
This commit is contained in:
parent
11d64631d9
commit
d6d430f1b0
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
[fProgressBar startAnimation: self];
|
||||
|
||||
[fTextField setStringValue: [NSLocalizedString(@"Processing blocklist", "Blocklist -> message") stringByAppendingEllipsis]];
|
||||
[fButton setEnabled: NO];
|
||||
[fStatusWindow display]; //force window to be updated
|
||||
|
||||
//process data
|
||||
|
|
Loading…
Add table
Reference in a new issue