From fc084b2cad80d080146e12bf513ad85aed75ce81 Mon Sep 17 00:00:00 2001
From: CodeByMrFinchum <mr.finchum@pm.me>
Date: Thu, 2 Jan 2025 15:09:04 +0100
Subject: [PATCH] Removed restart button which was used for debugging.

---
 ui/main_window.py |  9 ---------
 ui/main_window.ui | 16 ----------------
 2 files changed, 25 deletions(-)

diff --git a/ui/main_window.py b/ui/main_window.py
index 126b11f..a5c48e2 100644
--- a/ui/main_window.py
+++ b/ui/main_window.py
@@ -217,13 +217,6 @@ class Ui_MainWindow(object):
         self.widget_9.setMaximumSize(QSize(400, 50))
         self.horizontalLayout_3 = QHBoxLayout(self.widget_9)
         self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
-        self.restart_button = QPushButton(self.widget_9)
-        self.restart_button.setObjectName(u"restart_button")
-        self.restart_button.setEnabled(False)
-        self.restart_button.setFlat(False)
-
-        self.horizontalLayout_3.addWidget(self.restart_button)
-
         self.progressBar = QProgressBar(self.widget_9)
         self.progressBar.setObjectName(u"progressBar")
         self.progressBar.setEnabled(True)
@@ -485,7 +478,6 @@ class Ui_MainWindow(object):
 
         self.tabWidget.setCurrentIndex(0)
         self.font_size_comboBox.setCurrentIndex(2)
-        self.restart_button.setDefault(False)
 
 
         QMetaObject.connectSlotsByName(MainWindow)
@@ -522,7 +514,6 @@ class Ui_MainWindow(object):
         self.revert_checkbox.setText(QCoreApplication.translate("MainWindow", u"Revert order", None))
         self.filename.setText("")
         self.filename.setPlaceholderText(QCoreApplication.translate("MainWindow", u"Enter file name", None))
-        self.restart_button.setText(QCoreApplication.translate("MainWindow", u"Restart", None))
         self.start_button.setText(QCoreApplication.translate("MainWindow", u"Convert", None))
         self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_1), QCoreApplication.translate("MainWindow", u"Main", None))
         self.exif_group.setTitle(QCoreApplication.translate("MainWindow", u"EXIF EXPERIMENTAL", None))
diff --git a/ui/main_window.ui b/ui/main_window.ui
index 9c0ba37..5503a6e 100644
--- a/ui/main_window.ui
+++ b/ui/main_window.ui
@@ -365,22 +365,6 @@
            </size>
           </property>
           <layout class="QHBoxLayout" name="horizontalLayout_3">
-           <item>
-            <widget class="QPushButton" name="restart_button">
-             <property name="enabled">
-              <bool>false</bool>
-             </property>
-             <property name="text">
-              <string>Restart</string>
-             </property>
-             <property name="default">
-              <bool>false</bool>
-             </property>
-             <property name="flat">
-              <bool>false</bool>
-             </property>
-            </widget>
-           </item>
            <item>
             <widget class="QProgressBar" name="progressBar">
              <property name="enabled">