Addon Manager: Reformat with new Black line length
This commit is contained in:
committed by
Chris Hennes
parent
c989a8506e
commit
89579cff6e
@@ -84,9 +84,7 @@ class FirstRunDialog:
|
||||
if warning_dialog.exec() == QtWidgets.QDialog.Accepted:
|
||||
self.readWarning = True
|
||||
self.pref.SetBool("readWarning2022", True)
|
||||
self.pref.SetBool(
|
||||
"AutoCheck", warning_dialog.checkBoxAutoCheck.isChecked()
|
||||
)
|
||||
self.pref.SetBool("AutoCheck", warning_dialog.checkBoxAutoCheck.isChecked())
|
||||
self.pref.SetBool(
|
||||
"DownloadMacros",
|
||||
warning_dialog.checkBoxDownloadMacroMetadata.isChecked(),
|
||||
|
||||
Reference in New Issue
Block a user