changelog no longer editable

This commit is contained in:
ceikry 2021-08-10 11:39:44 -05:00
parent 27212fa266
commit b8ca80cd3d

View file

@ -25,6 +25,7 @@ class LatestUpdatePane(url: String) : JScrollPane() {
val postBody = doc.select(".rightpanel").select(".msgcontents")
texPane.text = postBody.toString()
setViewportView(texPane)
texPane.isEditable = false
getViewport().background = Color(153,132,104)
texPane.background = Color(153,132,104)