fix(electron): onboarding not shown (#7753)

fix AF-1199
This commit is contained in:
pengx17 2024-08-06 07:54:32 +00:00
parent 873e6faef2
commit ca7c221d23
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -10,10 +10,6 @@ textarea
-webkit-app-region: no-drag;
}
html {
opacity: 0;
}
html[data-active='true'] {
opacity: 1;
}