mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): show Star All
if selection is a mix of starred and unstarred
This commit is contained in:
parent
80b0c5eab4
commit
315a056686
@ -55,7 +55,7 @@ const MultipleSelectionMenuItems = () => {
|
||||
Unstar All
|
||||
</MenuItem>
|
||||
)}
|
||||
{areAllUnstarred && (
|
||||
{(areAllUnstarred || (!areAllStarred && !areAllUnstarred)) && (
|
||||
<MenuItem icon={<MdStar />} onClickCapture={handleStarSelection}>
|
||||
Star All
|
||||
</MenuItem>
|
||||
|
Loading…
Reference in New Issue
Block a user