1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

shorten the web ui url from the prefs window to "http://localhost:%d/"

This commit is contained in:
Mitchell Livingston 2011-05-28 01:53:37 +00:00
parent 9331a3cdac
commit e7632f6c9c

View file

@ -53,7 +53,7 @@
#define RPC_KEYCHAIN_SERVICE "Transmission:Remote"
#define RPC_KEYCHAIN_NAME "Remote"
#define WEBUI_URL @"http://localhost:%d/transmission/web/"
#define WEBUI_URL @"http://localhost:%d/"
@interface PrefsController (Private)