Skip to content

Commit

Permalink
This could be a funny joke one day...
Browse files Browse the repository at this point in the history
  • Loading branch information
YairLevi committed Jan 28, 2024
1 parent 0472519 commit 1763df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/levi/coffee/Window.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Window(val args: Array<String>) {
private val dev = run {
val className: String = Window::class.java.getName().replace('.', '/')
val classJar: String = Window::class.java.getResource("/$className.class")?.toString() ?: ""
classJar.startsWith("jar:")
!classJar.startsWith("jar:")
}
private val _beforeStartCallbacks: MutableList<Runnable> = ArrayList()
private val _onCloseCallbacks: MutableList<Runnable> = ArrayList()
Expand Down

0 comments on commit 1763df0

Please sign in to comment.