only:uaefi

This commit is contained in:
Andrey 2024-09-18 10:45:41 -04:00
parent de807aafab
commit 80b227b2fa
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ public class StartupFrame {
if (BundleUtil.readBundleFullNameNotNull().contains("proteus_f7")) { if (BundleUtil.readBundleFullNameNotNull().contains("proteus_f7")) {
String text = "WARNING: Proteus F7"; String text = "WARNING: Proteus F7";
URLLabel urlLabel = new URLLabel(text, "https://github.com/rusefi/rusefi/wiki/F7-requires-full-erase"); URLLabel urlLabel = new URLLabel(text, "https://github.com/rusefi/rusefi/wiki/F7-requires-full-erase");
Color originalColor = urlLabel.getForeground();
new Timer(500, new ActionListener() { new Timer(500, new ActionListener() {
int counter; int counter;
@Override @Override