mirror of
https://gitlab.com/2009scape/tools/rs09-thanos-tool.git
synced 2026-08-01 14:39:20 -06:00
as;lkdfjas;l
This commit is contained in:
parent
5155750894
commit
65f70936fa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ object ItemMenu : JFrame("Item Selection Menu") {
|
|||
var rf: RowFilter<DefaultTableModel?, Any?>? = null
|
||||
//If current expression doesn't parse, don't update.
|
||||
rf = try {
|
||||
RowFilter.regexFilter(searchField.text, 1)
|
||||
RowFilter.regexFilter(searchField.text.capitalize(), 1)
|
||||
} catch (e: PatternSyntaxException) {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue