mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
only have a single proxy password, regardless of account name, address, etc; only attempt to grab it from the keychain when both the "enable proxy" and "enable proxy authorization" checks are enabled
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
IBOutlet NSTextField * fProxyAddressField, * fProxyPasswordField;
|
||||
IBOutlet NSPopUpButton * fProxyTypePopUp;
|
||||
NSString * fProxyPassword;
|
||||
BOOL fProxyPasswordSet;
|
||||
|
||||
IBOutlet NSTextField * fRPCPortField;
|
||||
IBOutlet NSTableView * fRPCAccessTable;
|
||||
|
||||
Reference in New Issue
Block a user