Skip to content

Commit f0e6884

Browse files
committed
Update PowerShellHostViewModel.cs
1 parent b99ae57 commit f0e6884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public PowerShellHostViewModel(IDialogCoordinator instance)
255255
WriteDefaultProfileToRegistry();
256256

257257
InterTabClient = new DragablzInterTabClient(ApplicationName.PowerShell);
258-
InterTabPartition = ApplicationName.PowerShell.ToString();
258+
InterTabPartition = nameof(ApplicationName.PowerShell);
259259

260260
TabItems = [];
261261

0 commit comments

Comments
 (0)