Will now use a local Ticket if use local files is checked and it exists

This commit is contained in:
2024-04-19 23:53:15 -04:00
parent 0c11c2f290
commit 529107b280
3 changed files with 43 additions and 27 deletions

View File

@@ -156,8 +156,8 @@ class Ui_MainWindow(object):
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\"><br /></p></body></html>", None))
self.pack_wad_chkbox.setText(QCoreApplication.translate("MainWindow", u"Pack WAD", None))
self.wad_file_entry.setPlaceholderText(QCoreApplication.translate("MainWindow", u"File Name", None))
self.keep_enc_chkbox.setText(QCoreApplication.translate("MainWindow", u"Keep Enc. Contents", None))
self.create_dec_chkbox.setText(QCoreApplication.translate("MainWindow", u"Create Decrypted Contents (*.app)", None))
self.use_local_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use Local Files If They Exist", None))
self.keep_enc_chkbox.setText(QCoreApplication.translate("MainWindow", u"Keep encrypted contents", None))
self.create_dec_chkbox.setText(QCoreApplication.translate("MainWindow", u"Create decrypted contents (*.app)", None))
self.use_local_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use local files, if they exist", None))
# retranslateUi

View File

@@ -149,7 +149,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="keep_enc_chkbox">
<property name="text">
<string>Keep Enc. Contents</string>
<string>Keep encrypted contents</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -159,7 +159,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="create_dec_chkbox">
<property name="text">
<string>Create Decrypted Contents (*.app)</string>
<string>Create decrypted contents (*.app)</string>
</property>
</widget>
</item>
@@ -169,7 +169,7 @@ p, li { white-space: pre-wrap; }
<bool>true</bool>
</property>
<property name="text">
<string>Use Local Files If They Exist</string>
<string>Use local files, if they exist</string>
</property>
</widget>
</item>