mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-24 09:20:27 +01:00
Remove unneeded active:
This commit is contained in:
parent
1eb5067260
commit
b2b9dbe395
|
|
@ -219,7 +219,7 @@ namespace PowerControl
|
|||
|
||||
output += optionText(SelectedOption);
|
||||
|
||||
if (SelectedOption != ActiveOption)
|
||||
if (!Object.Equals(ActiveOption, SelectedOption))
|
||||
output += " (active: " + optionText(ActiveOption) + ")";
|
||||
|
||||
return output;
|
||||
|
|
|
|||
Loading…
Reference in a new issue