refactor: allow the user to view the fingerprint while the profile is running

This commit is contained in:
zhom
2025-11-29 23:50:54 +04:00
parent dfc8cd4c9f
commit cd8e1dcf18
4 changed files with 56 additions and 22 deletions
+5
View File
@@ -807,6 +807,11 @@ export default function Home() {
}}
profile={currentProfileForCamoufoxConfig}
onSave={handleSaveCamoufoxConfig}
isRunning={
currentProfileForCamoufoxConfig
? runningProfiles.has(currentProfileForCamoufoxConfig.id)
: false
}
/>
<GroupManagementDialog