mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Show the dialog just once when there are many unsaved sketches
This commit is contained in:
parent
e500c7c41f
commit
626a00a9bf
@ -254,6 +254,7 @@ public class Preferences extends javax.swing.JDialog {
|
||||
tr("Can't enable external editor"),
|
||||
JOptionPane.INFORMATION_MESSAGE);
|
||||
externalEditorBox.setSelected(false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user