Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Jun 26, 2024
1 parent ae6617e commit 35370a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/kotlin/org/polyfrost/glintcolorizer/config/GlintConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ object GlintConfig : Config(
framedItem.reset(true)
shinyPots.reset(true)
armorColor = OneColor(defaultColor)
save()
openGui()
}

@Button(
Expand All @@ -52,8 +50,6 @@ object GlintConfig : Config(
droppedItem.reset2()
framedItem.reset2()
shinyPots.reset2()
save()
openGui()
}

@Button(
Expand All @@ -68,8 +64,6 @@ object GlintConfig : Config(
potionGlintBackground = false
potionBasedColor = false
potionGlintForeground = false
save()
openGui()
}

@Color(
Expand Down Expand Up @@ -101,8 +95,6 @@ object GlintConfig : Config(
droppedItem.individualStrokes = false
framedItem.individualStrokes = false
shinyPots.individualStrokes = false
save()
openGui()
}

@Button(
Expand All @@ -118,9 +110,6 @@ object GlintConfig : Config(
droppedItem.glintColor = OneColor(oldGlintValue)
framedItem.glintColor = OneColor(oldGlintValue)
shinyPots.glintColor = OneColor(oldGlintValue)

save()
openGui()
}

/* Held Items */
Expand Down Expand Up @@ -157,8 +146,6 @@ object GlintConfig : Config(
)
var resetArmor = Runnable {
armorColor = OneColor(defaultColor)
save()
openGui()
}

@Color(
Expand Down

0 comments on commit 35370a6

Please sign in to comment.