mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
new option in general prefs to reset all warnings (replaces option for enabling file size check)
This commit is contained in:
@@ -432,6 +432,12 @@
|
||||
[sound play];
|
||||
}
|
||||
|
||||
- (void) resetWarnings: (id) sender
|
||||
{
|
||||
[fDefaults setBool: YES forKey: @"WarningDebug"];
|
||||
[fDefaults setBool: YES forKey: @"WarningRemainingSpace"];
|
||||
}
|
||||
|
||||
- (void) setUpdate: (id) sender
|
||||
{
|
||||
int index = [fUpdatePopUp indexOfSelectedItem];
|
||||
|
||||
Reference in New Issue
Block a user