Skip to content

Commit df12268

Browse files
committed
Whoops
1 parent 646c77f commit df12268

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

StatusTimers/Windows/ColorPickerAddon.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,6 @@ private void CreateAdvancedColorPicker()
7777
mainList.AddNode(CreateHexAndDropdownSection());
7878
mainList.AddNode(CreateButtonRow());
7979
UpdateAllFields();
80-
81-
mainList.AddNode(new NumericInputNode {
82-
IsVisible = true,
83-
Width = 200,
84-
Height = 28,
85-
Min = 0,
86-
Max = 100,
87-
Value = 50,
88-
OnValueUpdate = (i => {
89-
GlobalServices.Logger.Info("MonkaS");
90-
}),
91-
});
9280
}
9381

9482
private VerticalListNode CreateMainList()

0 commit comments

Comments
 (0)