diff options
author | Konstantin K | 2016-02-17 10:20:30 +0300 |
---|---|---|
committer | Konstantin K | 2016-02-17 10:20:30 +0300 |
commit | 026e59f6d4c9b7f4d99566bd8f8db159b90e2277 (patch) | |
tree | 2e52ab5b13316109a74a5cafd941976872098bc2 | |
parent | 0173a51e471db0753952eaa90972106e0583be7b (diff) |
transparent icon background
-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>
|