Skip to content

Commit

Permalink
removed extra constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious authored Dec 17, 2024
1 parent 5852082 commit 5b2f724
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/NexusMods.App.UI/WorkspaceSystem/Page/APageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public IconValue TabIcon

private string _tabTitle = Language.PanelTabHeaderViewModel_Title_New_Tab;

protected APageViewModel()
{
WindowManager = null!;
}

/// <inheritdoc/>
public string TabTitle
{
Expand Down

0 comments on commit 5b2f724

Please sign in to comment.