From 1cc51d0fbb866752afca455e1b1aed71d5ed8a40 Mon Sep 17 00:00:00 2001
From: Yaroslavik <yaroslav4167@mail.ru>
Date: Mon, 12 Nov 2018 00:50:15 +0200
Subject: [PATCH] Fixed double loader

---
 .../runtime/dialog/overlay/processing/processing.fxml  | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/Launcher/runtime/dialog/overlay/processing/processing.fxml b/Launcher/runtime/dialog/overlay/processing/processing.fxml
index 1c188cb3..d5db2745 100644
--- a/Launcher/runtime/dialog/overlay/processing/processing.fxml
+++ b/Launcher/runtime/dialog/overlay/processing/processing.fxml
@@ -6,21 +6,15 @@
 <?import javafx.scene.image.ImageView?>
 <?import javafx.scene.layout.Pane?>
 
-<!-- DrLeonardo Design -->
+<!-- DrLeonardo Design | Fixes by Yaroslavik -->
 
 <Pane fx:id="overlay" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.20" xmlns:fx="http://javafx.com/fxml/1">
    <children>
-      <ImageView fitHeight="161.0" fitWidth="161.0" layoutX="213.0" layoutY="94.0" y="-6.0">
+      <ImageView id="spinner" fx:id="spinner" fitHeight="161.0" fitWidth="161.0" layoutX="213.0" layoutY="94.0" y="-6.0">
          <image>
             <Image url="@../../images/icons/loading.gif" />
          </image>
       </ImageView>
-     <!-- Icon image -->
-     <ImageView id="spinner" fx:id="spinner" blendMode="COLOR_BURN" fitHeight="79.0" fitWidth="79.0" layoutX="254.0" layoutY="116.0" preserveRatio="true">
-        <image>
-          <Image url="@../../images/icons/error.png" />
-        </image>
-     </ImageView>
      <!-- Description -->
      <Label fx:id="description" alignment="CENTER" contentDisplay="CENTER" layoutX="152.0" layoutY="249.0" prefHeight="64.0" prefWidth="283.0" text="..." textAlignment="CENTER" />
    </children>