Better regioning and "use local files" now works

This commit is contained in:
2024-04-13 22:54:25 -04:00
parent b528a87175
commit 249585f531
4 changed files with 202 additions and 62 deletions

View File

@@ -116,7 +116,7 @@ class Ui_MainWindow(object):
self.use_local_chkbox = QCheckBox(self.centralwidget)
self.use_local_chkbox.setObjectName(u"use_local_chkbox")
self.use_local_chkbox.setEnabled(False)
self.use_local_chkbox.setEnabled(True)
self.verticalLayout_3.addWidget(self.use_local_chkbox)

View File

@@ -159,7 +159,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="use_local_chkbox">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="text">
<string>Use Local Files If They Exist</string>