Skip to content

Commit

Permalink
0.9.1-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Aug 21, 2023
1 parent 06be6c4 commit dde94a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/Starward/Pages/ScreenshotPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
<DataTemplate x:DataType="sm:ScreenshotItem">
<Grid Height="120">
<sc:CachedImage Name="Image_Thumb"
HorizontalAlignment="Center"
VerticalAlignment="Center"
ui:VisualExtensions.NormalizedCenterPoint="0.5"
Background="{ThemeResource ControlAltFillColorTertiaryBrush}"
EnableLazyLoading="True"
Expand Down
2 changes: 1 addition & 1 deletion src/Starward/Pages/ScreenshotPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void BackupScreenshots()
count++;
}
}
NotificationBehavior.Instance.Success(string.Format(Lang.ScreenshotPage_BackedUpNewScreenshots, count));
NotificationBehavior.Instance.Success(null, string.Format(Lang.ScreenshotPage_BackedUpNewScreenshots, count));
}
}
catch (Exception ex)
Expand Down
2 changes: 1 addition & 1 deletion src/Starward/Pages/SettingPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ private async Task OpenDataFolderAsync()


[RelayCommand]
private async void ChangeDataFolder()
private async Task ChangeDataFolderAsync()
{
try
{
Expand Down
6 changes: 3 additions & 3 deletions src/Starward/Starward.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Behaviors" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Core" Version="7.1.2" />
<PackageReference Include="Dapper" Version="2.0.143" />
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="H.NotifyIcon.WinUI" Version="2.0.115" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
Expand All @@ -38,8 +38,8 @@
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230724000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="MiniExcel" Version="1.31.0" />
<PackageReference Include="NuGet.Versioning" Version="6.6.1" />
<PackageReference Include="MiniExcel" Version="1.31.2" />
<PackageReference Include="NuGet.Versioning" Version="6.7.0" />
<PackageReference Include="ScottPlot.WinUI" Version="5.0.6-beta" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
Expand Down

0 comments on commit dde94a6

Please sign in to comment.