Skip to content

Commit

Permalink
bump mgpp to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 13, 2023
1 parent 2de73f1 commit b79a537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.15"
id("io.github.liplum.mgpp") version "1.3.1"
id("io.github.liplum.mgpp") version "1.3.2"
}
buildscript {
repositories {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
kotlin.code.style=official
PlumyVersion=7597fd8bb8
mktxVersion=7a1dc3ff54
mgpp.deploy.enableFatJar=false
mgpp.deploy.enableFatJar=false
org.gradle.parallel=true
2 changes: 1 addition & 1 deletion main/src/net/liplum/ui/MainMenus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object MainMenus {
}
if (exit != null) {
buttons.removeChild(exit)
buttons.cells.filter { it.hasElement() }
buttons.cells.retainAll { it.hasElement() }
}
buttons.add(button).marginLeft(11f).row()
buttons.button("@quit", Icon.exit, Styles.flatToggleMenut, Core.app::exit)
Expand Down

0 comments on commit b79a537

Please sign in to comment.