Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabacr07 committed Jun 9, 2024
1 parent bea356d commit 0f8686b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 359 deletions.
349 changes: 5 additions & 344 deletions src/SilentSelene.sln.DotSettings

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/SilentSelene/SilentSelene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GenshinInfo" Version="1.2.3" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="GenshinInfo" Version="1.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="LivetCask" Version="4.0.2" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="ReactiveProperty" Version="9.2.0" />
<PackageReference Include="WPF-UI" Version="3.0.0-preview.4" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
<PackageReference Include="ReactiveProperty" Version="9.5.0" />
<PackageReference Include="WPF-UI" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/SilentSelene/UI/Preferences/Page.Generals.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
VerticalAlignment="Center" />
</DockPanel>
<Border Style="{DynamicResource ExpanderContentSeparatorStyle}" />
<ui:Hyperlink Content="通知のテスト"
Icon="AlertOn24"
Margin="0,0,0,-4">
<ui:HyperlinkButton Content="通知のテスト"
Icon="AlertOn24"
Margin="0,0,0,-4">
<b:Interaction.Triggers>
<b:EventTrigger EventName="Click">
<livet:LivetCallMethodAction MethodTarget="{Binding}"
MethodName="TestNotification" />
</b:EventTrigger>
</b:Interaction.Triggers>
</ui:Hyperlink>
</ui:HyperlinkButton>
</StackPanel>
</ui:CardExpander>
</StackPanel>
Expand Down
2 changes: 0 additions & 2 deletions src/SilentSelene/UI/Preferences/Window.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Windows;
using Wpf.Ui.Appearance;
using Wpf.Ui.Controls;

namespace SilentSelene.UI.Preferences;
Expand All @@ -9,7 +8,6 @@ partial class Window
public Window()
{
this.InitializeComponent();
Watcher.Watch(this);
}

private void HandleRootNavigationLoaded(object sender, RoutedEventArgs e)
Expand Down
2 changes: 0 additions & 2 deletions src/SilentSelene/UI/Timer/Window.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Windows.Input;
using MetroTrilithon.UI.Interop;
using SilentSelene.Properties;
using Wpf.Ui.Appearance;

namespace SilentSelene.UI.Timer;

Expand All @@ -17,7 +16,6 @@ public Window()
protected override void OnSourceInitialized(EventArgs e)
{
base.OnSourceInitialized(e);
Watcher.Watch(this);

if (UserSettings.Default.WindowPlacement != new Point(0, 0))
{
Expand Down

0 comments on commit 0f8686b

Please sign in to comment.