mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
(trunk qt) ensure that the sort mode is applied correctly on startup
This commit is contained in:
parent
f4dde1eb67
commit
c2debd3b6d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ TorrentFilter :: TorrentFilter( Prefs& prefs ):
|
|||
mySortMode( getSortModeFromName( prefs.getString( Prefs::SORT_MODE ) ) ),
|
||||
myIsAscending( prefs.getBool( Prefs::SORT_REVERSED ) )
|
||||
{
|
||||
resort( );
|
||||
}
|
||||
|
||||
TorrentFilter :: ~TorrentFilter( )
|
||||
|
|
Loading…
Reference in a new issue