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