mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
use *proprietary* tendies format
This commit is contained in:
@@ -834,7 +834,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
tweaks["PosterBoard"].set_enabled(checked)
|
tweaks["PosterBoard"].set_enabled(checked)
|
||||||
self.ui.posterboardPageContent.setDisabled(not checked)
|
self.ui.posterboardPageContent.setDisabled(not checked)
|
||||||
def on_selectPosterboardBtn_clicked(self):
|
def on_selectPosterboardBtn_clicked(self):
|
||||||
selected_file, _ = QtWidgets.QFileDialog.getOpenFileName(self, "Select PosterBoard File", "", "Zip Files (*.zip)", options=QtWidgets.QFileDialog.ReadOnly)
|
selected_file, _ = QtWidgets.QFileDialog.getOpenFileName(self, "Select PosterBoard File", "", "Zip Files (*.tendies)", options=QtWidgets.QFileDialog.ReadOnly)
|
||||||
tweaks["PosterBoard"].resetting = False
|
tweaks["PosterBoard"].resetting = False
|
||||||
if selected_file == "" or selected_file == None:
|
if selected_file == "" or selected_file == None:
|
||||||
tweaks["PosterBoard"].zip_path = None
|
tweaks["PosterBoard"].zip_path = None
|
||||||
|
|||||||
Reference in New Issue
Block a user