There was an error while loading. Please reload this page.
1 parent 646c77f commit df12268Copy full SHA for df12268
1 file changed
StatusTimers/Windows/ColorPickerAddon.cs
@@ -77,18 +77,6 @@ private void CreateAdvancedColorPicker()
77
mainList.AddNode(CreateHexAndDropdownSection());
78
mainList.AddNode(CreateButtonRow());
79
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
- });
92
}
93
94
private VerticalListNode CreateMainList()
0 commit comments