mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk gtk) fix stupid #1157 bug reported by RolCol
This commit is contained in:
@@ -1377,6 +1377,7 @@ networkPage( GObject * core )
|
||||
|
||||
s = _( "Randomize the port every launch" );
|
||||
w = new_check_button( s, TR_PREFS_KEY_PEER_PORT_RANDOM_ON_START, core );
|
||||
hig_workarea_add_wide_control( t, &row, w );
|
||||
|
||||
s = _( "Use UPnP or NAT-PMP port _forwarding from my router" );
|
||||
w = new_check_button( s, TR_PREFS_KEY_PORT_FORWARDING, core );
|
||||
|
||||
Reference in New Issue
Block a user