Skip to content

Commit

Permalink
update deps + fuck 2
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Oct 23, 2024
1 parent 7d540b8 commit 35966ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions JiayiLauncher/JiayiLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<PackageReference Include="Blazored.Modal" Version="7.3.1" />
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.82" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.82" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.92" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="WindowsAPICodePack.Shell.CommonFileDialogs" Version="1.1.5" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion JiayiLauncher/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public MainPage()
Singletons.Add<Launcher>();
Singletons.Add<ModImporter>();
Singletons.Add<RichPresence>();
Singletons.Add<JiayiTasks>();
Singletons.Add(this);

WebView.BlazorWebViewInitialized += (_, e) =>
Expand Down
3 changes: 3 additions & 0 deletions JiayiLauncher/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
if (!firstRender) return;

Instance = this;

// uhh
Singletons.Add<JiayiTasks>();

if (_internet.OfflineMode)
{
Expand Down

0 comments on commit 35966ad

Please sign in to comment.