PowerControl: Decompose MenuStack.cs into Options/

This commit is contained in:
Kamil Trzciński 2022-12-19 22:47:10 +01:00
parent ebe1cdba87
commit f207c12935
18 changed files with 660 additions and 528 deletions

View file

@ -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));