diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/config/UpdateUi.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/ledger/config/UpdateUi.kt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/config/UpdateUi.kt b/src/main/kotlin/moe/nea/ledger/config/UpdateUi.kt deleted file mode 100644 index 86ccbf7..0000000 --- a/src/main/kotlin/moe/nea/ledger/config/UpdateUi.kt +++ /dev/null @@ -1,17 +0,0 @@ -package moe.nea.ledger.config - -import io.github.notenoughupdates.moulconfig.gui.GuiComponent -import io.github.notenoughupdates.moulconfig.gui.component.TextComponent -import io.github.notenoughupdates.moulconfig.gui.editors.ComponentEditor -import io.github.notenoughupdates.moulconfig.processor.ProcessedOption -import moe.nea.ledger.Ledger - -class UpdateUi(option: ProcessedOption) : ComponentEditor(option) { - val delegate by lazy {// TODO - TextComponent("Hier könnte ihre werbung stehen") - } - - override fun getDelegate(): GuiComponent { - return delegate - } -}
\ No newline at end of file |