mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Organize all context menu options
This commit is contained in:
parent
7079200b60
commit
1abb545357
3 changed files with 26 additions and 25 deletions
|
|
@ -65,6 +65,8 @@ namespace PerformanceOverlay
|
|||
contextMenu.Opening += delegate { kernelDriversItem.Checked = Instance.UseKernelDrivers; };
|
||||
contextMenu.Items.Add(kernelDriversItem);
|
||||
|
||||
contextMenu.Items.Add(new ToolStripSeparator());
|
||||
|
||||
if (startupManager.IsAvailable)
|
||||
{
|
||||
var startupItem = new ToolStripMenuItem("Run On Startup");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue