Skip to content

Commit cb665c5

Browse files
authored
Fix: Set PowerShell console color (#3023)
* Fix: Set PowerShell console color * Docs: #3023
1 parent 1311007 commit cb665c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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

Website/docs/changelog/next-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Release date: **xx.xx.2025**
4343

4444
- Re-select the network interface after a network change or configuration update. Thanks to [@Ghislain1](https://github.com/Ghislain1) [#3004](https://github.com/BornToBeRoot/NETworkManager/pull/3004) [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962)
4545

46+
**PowerShell**
47+
48+
- Set PowerShell console color for correct path... [#3023](https://github.com/BornToBeRoot/NETworkManager/pull/3023)
49+
4650
## Dependencies, Refactoring & Documentation
4751

4852
- Code cleanup & refactoring

0 commit comments

Comments
 (0)