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:
parent
9331a3cdac
commit
e7632f6c9c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue