mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
use portcheck.transmissionbt.com instead of a third-party site
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#define RPC_KEYCHAIN_SERVICE "Transmission:Remote"
|
||||
#define RPC_KEYCHAIN_NAME "Remote"
|
||||
|
||||
#define WEBUI_URL @"http://localhost:%d/transmission/clutch/"
|
||||
#define WEBUI_URL @"http://localhost:%d/transmission/web/"
|
||||
|
||||
@interface PrefsController (Private)
|
||||
|
||||
@@ -379,10 +379,6 @@
|
||||
[fPortStatusField setStringValue: NSLocalizedString(@"Port is closed", "Preferences -> Network -> port status")];
|
||||
[fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.png"]];
|
||||
break;
|
||||
case PORT_STATUS_STEALTH:
|
||||
[fPortStatusField setStringValue: NSLocalizedString(@"Port is stealth", "Preferences -> Network -> port status")];
|
||||
[fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.png"]];
|
||||
break;
|
||||
case PORT_STATUS_ERROR:
|
||||
[fPortStatusField setStringValue: NSLocalizedString(@"Port check website is down", "Preferences -> Network -> port status")];
|
||||
[fPortStatusImage setImage: [NSImage imageNamed: @"YellowDot.png"]];
|
||||
|
||||
Reference in New Issue
Block a user