mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 14:53:48 +00:00
PowerControl: Simplify Next, Select and SelectNext
This commit is contained in:
parent
130a6fb745
commit
06f2d9a702
5 changed files with 41 additions and 93 deletions
|
|
@ -23,11 +23,7 @@ namespace PowerControl.Menu
|
|||
return Color("---", Colors.Blue);
|
||||
}
|
||||
|
||||
public override void SelectNext()
|
||||
{
|
||||
}
|
||||
|
||||
public override void SelectPrev()
|
||||
public override void SelectNext(int change)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue