We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0ccbb commit e661644Copy full SHA for e661644
ProjectHeads/AllComponents/WinAppSdk/Package.appxmanifest
@@ -31,7 +31,7 @@
31
Executable="$targetnametoken$.exe"
32
EntryPoint="$targetentrypoint$">
33
<uap:VisualElements
34
- DisplayName="CommunityToolkit Sample App"
+ DisplayName="Windows Community Toolkit Gallery"
35
Square150x150Logo="Assets\MedTile.png"
36
Square44x44Logo="Assets\AppList.png"
37
Description="CommunityToolkit Samples"
@@ -50,5 +50,6 @@
50
<Capabilities>
51
<rescap:Capability Name="runFullTrust" />
52
<Capability Name="internetClient" />
53
+ <DeviceCapability Name="webcam"/>
54
</Capabilities>
55
</Package>
0 commit comments