Skip to content

Commit

Permalink
Update src/Consolonia.Core/Infrastructure/ConsoloniaApplication.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
tomlm and coderabbitai[bot] authored Dec 5, 2024
1 parent 3756fec commit 697b4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public override void OnFrameworkInitializationCompleted()
}

public class ConsoloniaApplication<TMainWindow> : ConsoloniaApplication
where TMainWindow: Window
where TMainWindow: Window, new()
{
public override void OnFrameworkInitializationCompleted()
{
Expand Down

0 comments on commit 697b4ff

Please sign in to comment.