mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
PowerControl: Remove delegates from MenuItemWithOptions
This commit is contained in:
parent
f207c12935
commit
a30ef2c400
|
|
@ -2,10 +2,6 @@ namespace PowerControl.Menu
|
|||
{
|
||||
public class MenuItemWithOptions : MenuItem
|
||||
{
|
||||
public delegate object CurrentValueDelegate();
|
||||
public delegate object[] OptionsValueDelegate();
|
||||
public delegate object ApplyValueDelegate(object selected);
|
||||
|
||||
public IList<Object> Options { get; set; } = new List<Object>();
|
||||
public Object? SelectedOption { get; set; }
|
||||
public Object? ActiveOption { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue