diff options
-rw-r--r-- | Juick/Package.appxmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/Package.appxmanifest b/Juick/Package.appxmanifest index e5e8833..f15f57f 100644 --- a/Juick/Package.appxmanifest +++ b/Juick/Package.appxmanifest @@ -16,7 +16,7 @@ </Resources>
<Applications>
<Application Id="Juick" Executable="AGHost.exe" EntryPoint="MainPage.xaml">
- <m3:VisualElements DisplayName="Juick" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="Juick" ForegroundText="light" BackgroundColor="#464646" ToastCapable="true">
+ <m3:VisualElements DisplayName="Juick" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="Juick" ForegroundText="light" BackgroundColor="transparent" ToastCapable="true">
<m3:LockScreen Notification="badge" BadgeLogo="Assets\BadgeLogo.png" />
<m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png" Wide310x150Logo="Assets\WideLogo.png">
</m3:DefaultTile>
|