Skip to content

Commit 3c1b9b9

Browse files
committed
Fix: Set PowerShell console color
1 parent 1311007 commit 3c1b9b9

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
@@ -696,7 +696,7 @@ private void WriteDefaultProfileToRegistry()
696696

697697
PowerShell.WriteDefaultProfileToRegistry(
698698
SettingsManager.Current.Appearance_Theme,
699-
SettingsManager.Current.AWSSessionManager_ApplicationFilePath);
699+
SettingsManager.Current.PowerShell_ApplicationFilePath);
700700
}
701701

702702
#endregion

0 commit comments

Comments
 (0)