mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-28 11:01:28 +02:00
refactor: disable proxy is profile is running
This commit is contained in:
@@ -769,7 +769,9 @@ export function ProfilesDataTable({
|
||||
onClick={() => {
|
||||
onProxySettings(profile);
|
||||
}}
|
||||
disabled={!browserState.isClient || isBrowserUpdating}
|
||||
disabled={
|
||||
!browserState.isClient || isBrowserUpdating || isRunning
|
||||
}
|
||||
>
|
||||
Configure Proxy
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user