PowerControl: Show Game Profiles menu item

This commit is contained in:
Kamil Trzciński 2023-04-01 13:17:08 +02:00 committed by Kamil Trzcinski
parent e228d11f3a
commit ec15d52f5a
2 changed files with 5 additions and 0 deletions

View file

@ -113,6 +113,10 @@ namespace PowerControl
missingRTSSItem.Click += delegate { Dependencies.OpenLink(Dependencies.RTSSURL); };
contextMenu.Opening += delegate { missingRTSSItem.Visible = !Dependencies.EnsureRTSS(null); };
var showGameProfilesItem = contextMenu.Items.Add("Show Game &Profiles");
showGameProfilesItem.Click += delegate { Dependencies.OpenLink(Helper.ProfileSettings.UserProfilesPath); };
contextMenu.Items.Add(new ToolStripSeparator());
var checkForUpdatesItem = contextMenu.Items.Add("&Check for Updates");
checkForUpdatesItem.Click += delegate { Instance.RunUpdater(TitleWithVersion, true); };

View file

@ -9,6 +9,7 @@
## 0.6.x
- PowerControl: Show Game Profiles menu item
- PowerControl: Support SMU of Vangogh GPU shipped with BIOS 115
- SteamController: Add `DS4` support (with Gyro, Accel, Trackpads and Haptics)
- SteamController: Move `KeepX360AlwaysConnected` to `Settings`