mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 03:46:43 +02:00
style: don't trim 'Not Selected'
This commit is contained in:
@@ -1308,7 +1308,9 @@ export function ProfilesDataTable({
|
||||
!profileHasProxy && "text-muted-foreground",
|
||||
)}
|
||||
>
|
||||
{trimName(displayName, 10)}
|
||||
{profileHasProxy
|
||||
? trimName(displayName, 10)
|
||||
: displayName}
|
||||
</span>
|
||||
</span>
|
||||
</PopoverTrigger>
|
||||
|
||||
Reference in New Issue
Block a user