mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
Possible fix
This commit is contained in:
@@ -198,8 +198,10 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
|
||||
|
||||
@Override
|
||||
public void windowDeiconified(WindowEvent arg0) {
|
||||
BotDialog.getInstance().setVisible(false);
|
||||
BotDialog.getInstance().setVisible(true);
|
||||
if(isVisible()) {
|
||||
BotDialog.getInstance().setVisible(false);
|
||||
BotDialog.getInstance().setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user