mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
PowerControl: Decompose MenuStack.cs into Options/
This commit is contained in:
parent
ebe1cdba87
commit
f207c12935
18 changed files with 660 additions and 528 deletions
|
|
@ -49,7 +49,7 @@ namespace PowerControl.Menu
|
|||
{
|
||||
var sb = new StringBuilder();
|
||||
|
||||
sb.AppendJoin("", Helpers);
|
||||
sb.AppendJoin("", OSDHelpers);
|
||||
if (Name != "")
|
||||
sb.AppendLine(Color(Name, Colors.Blue));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue