mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Working Gitlab search
This commit is contained in:
parent
cf6bb51d2c
commit
eee924e915
6 changed files with 26 additions and 30 deletions
|
|
@ -531,7 +531,7 @@ class plugin : Plugin() {
|
|||
commit.run()
|
||||
} else {
|
||||
try {
|
||||
javax.swing.SwingUtilities.invokeAndWait(commit)
|
||||
SwingUtilities.invokeAndWait(commit)
|
||||
} catch (e: Exception) {
|
||||
// Fallback to async if invokeAndWait fails for any reason
|
||||
SwingUtilities.invokeLater(commit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue