Skip to content

Commit

Permalink
Fix for downloader list right-click menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Nov 28, 2024
1 parent de0434c commit 7d2783d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydrus/client/gui/pages/ClientGUIManagementPanels.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ def _GetListCtrlMenu( self ):

ClientGUIMenus.AppendSeparator( submenu )

ClientGUIFileSeedCache.PopulateFileSeedCacheMenu( self, submenu, file_seed_cache )
ClientGUIFileSeedCache.PopulateFileSeedCacheMenu( self, submenu, file_seed_cache, [] )

ClientGUIMenus.AppendMenu( menu, submenu, 'file log' )

Expand Down Expand Up @@ -2690,7 +2690,7 @@ def _GetListCtrlMenu( self ):

ClientGUIMenus.AppendSeparator( submenu )

ClientGUIFileSeedCache.PopulateFileSeedCacheMenu( self, submenu, file_seed_cache )
ClientGUIFileSeedCache.PopulateFileSeedCacheMenu( self, submenu, file_seed_cache, [] )

ClientGUIMenus.AppendMenu( menu, submenu, 'file log' )

Expand Down

0 comments on commit 7d2783d

Please sign in to comment.