Skip to content

Commit 4229553

Browse files
committed
Removed unused UI settings
1 parent 4a45155 commit 4229553

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/kotlin/com/lambda/gui/components/ClickGuiLayout.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ object ClickGuiLayout : Loadable, Config(
206206
@Tab(COLORS_TAB) val primaryColor by setting("Primary Color", Color(130, 200, 255))
207207
@Tab(COLORS_TAB) val secondaryColor by setting("Secondary Color", Color(225, 130, 225))
208208

209-
@Tab(COLORS_TAB) val shade by setting("Shade", true)
210-
@Tab(COLORS_TAB) val colorWidth by setting("Shade Width", 200.0, 10.0..1000.0, 10.0)
211-
@Tab(COLORS_TAB) val colorHeight by setting("Shade Height", 200.0, 10.0..1000.0, 10.0)
212-
@Tab(COLORS_TAB) val colorSpeed by setting("Color Speed", 1.0, 0.1..5.0, 0.1)
213209
@Tab(COLORS_TAB) val text by setting("Text", Color(255, 255, 255, 255))
214210
@Tab(COLORS_TAB) val textDisabled by setting("Text Disabled", Color(128, 128, 128, 255))
215211
@Tab(COLORS_TAB) val windowBg by setting("Window Background", Color(35, 0, 14, 240))

0 commit comments

Comments
 (0)