mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk, libT) #2844 "add able to disable '.part' suffix for incomplete files" -- added to GTK+ and Qt clients and to RPC spec for 1.90
This commit is contained in:
@@ -1193,6 +1193,10 @@ prefschanged( TrCore * core UNUSED,
|
||||
{
|
||||
tr_sessionSetPexEnabled( tr, pref_flag_get( key ) );
|
||||
}
|
||||
else if( !strcmp( key, TR_PREFS_KEY_RENAME_PARTIAL_FILES ) )
|
||||
{
|
||||
tr_sessionSetIncompleteFileNamingEnabled( tr, pref_flag_get( key ) );
|
||||
}
|
||||
else if( !strcmp( key, TR_PREFS_KEY_DHT_ENABLED ) )
|
||||
{
|
||||
tr_sessionSetDHTEnabled( tr, pref_flag_get( key ) );
|
||||
|
||||
Reference in New Issue
Block a user