Update Control.java

This commit is contained in:
Félix Córvus 2020-09-20 16:45:34 +03:00
parent e907d1a23f
commit 0396cc6ec4

View File

@ -434,7 +434,7 @@ public class Control implements ApplicationListener, Loadable{
//just a regular reminder
if(!OS.prop("user.name").equals("anuke") && !OS.hasEnv("iknowwhatimdoing")){
app.post(() -> app.post(() -> {
ui.showStartupInfo("@indevpopup");
ui.showStartupInfo("@indev.popup");
}));
}