fix warning dialog
This commit is contained in:
@@ -288,7 +288,7 @@ public class ExternalPluginManagerPanel extends PluginPanel
|
|||||||
label.setPreferredSize(new Dimension(450, 200));
|
label.setPreferredSize(new Dimension(450, 200));
|
||||||
label.setFont(font);
|
label.setFont(font);
|
||||||
|
|
||||||
return JOptionPane.showOptionDialog(new JFrame(),
|
return JOptionPane.showOptionDialog(ClientUI.getFrame(),
|
||||||
label,
|
label,
|
||||||
"Account security warning",
|
"Account security warning",
|
||||||
JOptionPane.YES_NO_OPTION,
|
JOptionPane.YES_NO_OPTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user