Option to play sound when downloads finish (for now the sound is "Glass").

This commit is contained in:
Mitchell Livingston
2006-08-07 00:46:47 +00:00
parent 8f43dd1da9
commit accc03084c
7 changed files with 27 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
IBOutlet NSButton * fQuitCheck, * fRemoveCheck,
* fQuitDownloadingCheck, * fRemoveDownloadingCheck,
* fBadgeDownloadRateCheck, * fBadgeUploadRateCheck,
* fPlayDownloadSoundCheck,
* fCopyTorrentCheck, * fDeleteOriginalTorrentCheck,
* fAutoImportCheck, * fAutoSizeCheck;
@@ -64,6 +65,7 @@
- (void) setShowMessage: (id) sender;
- (void) setBadge: (id) sender;
- (void) setPlaySound: (id) sender;
- (void) setUpdate: (id) sender;
- (void) checkUpdate;