Skip to content

Commit

Permalink
v0.1.15更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed May 9, 2022
1 parent 45c60c5 commit 955e0f4
Show file tree
Hide file tree
Showing 18 changed files with 221 additions and 960 deletions.
7 changes: 1 addition & 6 deletions APKInstaller/APKInstaller/APKInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<TargetPlatformMaxVersion>10.0.22000.0</TargetPlatformMaxVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<VersionPrefix>0.1.14</VersionPrefix>
<VersionPrefix>0.1.15</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<Compile Remove="AppPackages\**" />
Expand Down Expand Up @@ -300,9 +300,4 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\CommonStyles.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</Project>
9 changes: 0 additions & 9 deletions APKInstaller/APKInstaller/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
<converters:StringVisibilityConverter x:Key="StringVisibilityConverter" />
<converters:CollectionVisibilityConverter x:Key="CollectionVisibilityConverter" />
<converters:DoubleToVisibilityConverter x:Key="DoubleToVisibilityConverter" GreaterThan="0" />
<Style
x:Key="IconButtonStyle"
BasedOn="{StaticResource ButtonRevealStyle}"
TargetType="Button">
<Setter Property="Width" Value="40" />
<Setter Property="Height" Value="40" />
<Setter Property="Padding" Value="0" />
<Setter Property="Background" Value="Transparent" />
</Style>
<SolidColorBrush x:Key="WindowCaptionBackground" Color="{ThemeResource SolidBackgroundFillColorBase}" />
<SolidColorBrush x:Key="WindowCaptionBackgroundDisabled" Color="{ThemeResource SolidBackgroundFillColorBase}" />
</ResourceDictionary>
Expand Down
Loading

0 comments on commit 955e0f4

Please sign in to comment.