Skip to content

Commit

Permalink
Remove the splash screen (to save 100kb (compressed!)) (#9795)
Browse files Browse the repository at this point in the history
We're a Centennial application; we can't even _use_ the splash screen.

(cherry picked from commit ab6f41f)
  • Loading branch information
DHowett committed Apr 13, 2021
1 parent 0284a91 commit 6aa3d70
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 3 deletions.
Binary file removed res/terminal/images-Dev/SplashScreen.scale-100.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Dev/SplashScreen.scale-125.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Dev/SplashScreen.scale-150.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Dev/SplashScreen.scale-200.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Dev/SplashScreen.scale-400.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Pre/SplashScreen.scale-100.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Pre/SplashScreen.scale-125.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Pre/SplashScreen.scale-150.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed res/terminal/images-Pre/SplashScreen.scale-200.png
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images-Pre/SplashScreen.scale-400.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images/SplashScreen.scale-100.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images/SplashScreen.scale-125.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images/SplashScreen.scale-150.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images/SplashScreen.scale-200.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed res/terminal/images/SplashScreen.scale-400.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
1 change: 0 additions & 1 deletion src/cascadia/CascadiaPackage/Package-Dev.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen Image="Images\SplashScreen.png"/>
</uap:VisualElements>

<Extensions>
Expand Down
1 change: 0 additions & 1 deletion src/cascadia/CascadiaPackage/Package-Pre.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen Image="Images\SplashScreen.png"/>
</uap:VisualElements>

<Extensions>
Expand Down
1 change: 0 additions & 1 deletion src/cascadia/CascadiaPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen Image="Images\SplashScreen.png"/>
</uap:VisualElements>

<Extensions>
Expand Down

0 comments on commit 6aa3d70

Please sign in to comment.