Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 25, 2023
1 parent fe29c27 commit ef52117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Portal/Sucrose.Portal/Sucrose.Portal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<PackageReference Include="WPF-UI" Version="3.0.0-preview.7" />
<PackageReference Include="Skylark.Standard" Version="3.1.2" />
<PackageReference Include="Skylark.Clipboard" Version="3.1.1.4" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="WindowsAPICodePackShell" Version="7.0.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Portal/Sucrose.Portal/Views/Controls/ThemeEdit.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void ContentDialog_Loaded(object sender, RoutedEventArgs e)
ThemeContact.Text = Info.Contact;
ThemeArguments.Text = Info.Arguments;
ThemeDescription.Text = Info.Description;
ThemeTags.Text = SSSHT.Join(Info.Tags, ", ", string.Empty);
ThemeTags.Text = SSSHT.Join(Info.Tags, ",", string.Empty);

if (Info.Type != SSDEWT.Application)
{
Expand Down

0 comments on commit ef52117

Please sign in to comment.