Skip to content
Snippets Groups Projects
Commit 00665dae authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Clean LaunchDialog

parent d4e7c99a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ import java.nio.file.Path; ...@@ -9,7 +9,6 @@ import java.nio.file.Path;
import org.dom4j.DocumentException; import org.dom4j.DocumentException;
import de.tobias.playpad.PlayPadMain; import de.tobias.playpad.PlayPadMain;
import de.tobias.playpad.PlayPadPlugin;
import de.tobias.playpad.Strings; import de.tobias.playpad.Strings;
import de.tobias.playpad.project.ProfileChooseable; import de.tobias.playpad.project.ProfileChooseable;
import de.tobias.playpad.project.Project; import de.tobias.playpad.project.Project;
...@@ -108,8 +107,6 @@ public class LaunchDialog extends ViewController implements ProfileChooseable { ...@@ -108,8 +107,6 @@ public class LaunchDialog extends ViewController implements ProfileChooseable {
stage.setTitle(getString(Strings.UI_Dialog_Launch_Title)); stage.setTitle(getString(Strings.UI_Dialog_Launch_Title));
PlayPadMain.stageIcon.ifPresent(stage.getIcons()::add); PlayPadMain.stageIcon.ifPresent(stage.getIcons()::add);
PlayPadPlugin.getImplementation().shutdown();
stage.setResizable(false); stage.setResizable(false);
stage.setWidth(650); stage.setWidth(650);
stage.show(); stage.show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment