Themeing of settings

This commit is contained in:
downthecrop 2025-10-11 20:29:56 -07:00
parent f0de95ad06
commit 2d1e2806ec
4 changed files with 15 additions and 50 deletions

View file

@ -67,6 +67,7 @@ open class SearchField(
if (e.isControlDown) {
when (e.keyCode) {
KeyEvent.VK_A -> {
// They probably want to clear the search box
text = ""
SwingUtilities.invokeLater {
repaint()