mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-05-12 21:20:13 +00:00
only show error dialog when visualized
This commit is contained in:
parent
1c86e7d6f3
commit
5888786183
@ -420,9 +420,9 @@ public class GUI extends Observable {
|
||||
"To manage COOJA projects:\n" +
|
||||
"Menu->Settings->COOJA projects",
|
||||
"Reconfigure COOJA projects", JOptionPane.INFORMATION_MESSAGE);
|
||||
}
|
||||
showErrorDialog(getTopParentContainer(), "COOJA projects load error", e, false);
|
||||
}
|
||||
}
|
||||
|
||||
// Start all standard GUI plugins
|
||||
for (Class<? extends Plugin> pluginClass : pluginClasses) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user