mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-29 23:27:51 +02:00
refactor: don't allow user to assign running profile to group
This commit is contained in:
@@ -779,7 +779,9 @@ export function ProfilesDataTable({
|
||||
onAssignProfilesToGroup([profile.name]);
|
||||
}
|
||||
}}
|
||||
disabled={!browserState.isClient || isBrowserUpdating}
|
||||
disabled={
|
||||
!browserState.isClient || isBrowserUpdating || isRunning
|
||||
}
|
||||
>
|
||||
Assign to Group
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user