diff --git a/src/design.py b/src/design.py
index 5b3d038..bf98f8d 100644
--- a/src/design.py
+++ b/src/design.py
@@ -1,4 +1,4 @@
-# Form implementation generated from reading ui file '.\ui\design.ui'
+# Form implementation generated from reading ui file '.\src\ui\design.ui'
#
# Created by: PyQt6 UI code generator 6.7.0
#
@@ -154,6 +154,13 @@ def setupUi(self, MainWindow):
self.retranslateUi(MainWindow)
QtCore.QMetaObject.connectSlotsByName(MainWindow)
+ MainWindow.setTabOrder(self.startupCheckBox, self.disableAudioCheckbox)
+ MainWindow.setTabOrder(self.disableAudioCheckbox, self.displayswitchBox)
+ MainWindow.setTabOrder(self.displayswitchBox, self.checkRateSpinBox)
+ MainWindow.setTabOrder(self.checkRateSpinBox, self.gamemodeEntry)
+ MainWindow.setTabOrder(self.gamemodeEntry, self.desktopEntry)
+ MainWindow.setTabOrder(self.desktopEntry, self.gamemodeVideoBox)
+ MainWindow.setTabOrder(self.gamemodeVideoBox, self.desktopVideoBox)
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
diff --git a/src/ui/design.ui b/src/ui/design.ui
index 0a575d8..50b6aa6 100644
--- a/src/ui/design.ui
+++ b/src/ui/design.ui
@@ -413,6 +413,16 @@ For 3 monitors or more, it is recommended to specify your outputs.
+
+ startupCheckBox
+ disableAudioCheckbox
+ displayswitchBox
+ checkRateSpinBox
+ gamemodeEntry
+ desktopEntry
+ gamemodeVideoBox
+ desktopVideoBox
+