Skip to content

Commit

Permalink
Added warning banners for conflicting software
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Aug 21, 2024
1 parent 5ff8a03 commit 43f4231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions LenovoLegionToolkit.Lib/LenovoLegionToolkit.Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="CoordinateSharp" Version="2.23.1.1" />
<PackageReference Include="ManagedNativeWifi" Version="2.5.0" />
<PackageReference Include="CoordinateSharp" Version="2.24.2.1" />
<PackageReference Include="ManagedNativeWifi" Version="2.6.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
Expand All @@ -27,7 +27,7 @@
<PackageReference Include="NeoSmart.AsyncLock" Version="3.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NvAPIWrapper.Net" Version="0.8.1.101" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
<PackageReference Include="WindowsDisplayAPI" Version="1.3.0.13" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions LenovoLegionToolkit.WPF/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<TextBlock
Focusable="True"
Foreground="Black"
Text="Lenovo Vantage and/or ImController is running in the background." />
Text="{x:Static resources:Resource.MainWindows_VantageRunning}" />
</StackPanel>
</Border>

Expand All @@ -209,7 +209,7 @@
<TextBlock
Focusable="True"
Foreground="Black"
Text="Legion Zone is running in the background." />
Text="{x:Static resources:Resource.MainWindow_LegionZoneRunning}" />
</StackPanel>
</Border>

Expand All @@ -227,7 +227,7 @@
<TextBlock
Focusable="True"
Foreground="Black"
Text="Lenovo Hotkeys is running in the background." />
Text="{x:Static resources:Resource.MainWindows_FnKeysRunning}" />
</StackPanel>
</Border>

Expand Down

0 comments on commit 43f4231

Please sign in to comment.