mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1810552 [Request: Highlight last library when removing libraries](https://bugs.launchpad.net/calibre/+bug/1810552)
This commit is contained in:
parent
77ccbc4cf6
commit
7fa1b3ffc0
@ -374,6 +374,8 @@ class ChooseLibraryAction(InterfaceAction):
|
|||||||
name, loc)))
|
name, loc)))
|
||||||
delete_actions.append(ac)
|
delete_actions.append(ac)
|
||||||
ac.setStatusTip(_('Remove: %s') % loc)
|
ac.setStatusTip(_('Remove: %s') % loc)
|
||||||
|
if is_prev_lib:
|
||||||
|
ac.setFont(f)
|
||||||
|
|
||||||
qs_actions = []
|
qs_actions = []
|
||||||
locations_by_frequency = locations
|
locations_by_frequency = locations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user