Commit 7d48422
Only check dev mode reg key (#306)
## Description
Fixes #303
## Type of Change
<!-- Keep the applicable line(s), delete the rest -->
- 🐛 Bug fix
## Checklist
<!-- Delete the ones that do not apply to your changes -->
- [x] Tested locally on Windows
## AI Description
<!-- ai-description-start -->
The DevModeService has been updated to only check for the
"AllowDevelopmentWithoutDevLicense" registry key, removing the previous
dependency on the "AllowAllTrustedApps" key. This change simplifies the
logic for determining if development mode is enabled.
<!-- ai-description-end -->
Co-authored-by: Nikola Metulev <711864+nmetulev@users.noreply.github.com>
Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>1 parent f12009b commit 7d48422
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments