formatting fixes
This commit is contained in:
parent
a4a461c17b
commit
153c8aed27
@ -36,7 +36,10 @@ class Models(QDialog):
|
|||||||
self.mw.checkpoint(_("Note Types"))
|
self.mw.checkpoint(_("Note Types"))
|
||||||
self.form = aqt.forms.models.Ui_Dialog()
|
self.form = aqt.forms.models.Ui_Dialog()
|
||||||
self.form.setupUi(self)
|
self.form.setupUi(self)
|
||||||
qconnect(self.form.buttonBox.helpRequested, lambda: openHelp("editing?id=adding-a-note-type"))
|
qconnect(
|
||||||
|
self.form.buttonBox.helpRequested,
|
||||||
|
lambda: openHelp("editing?id=adding-a-note-type"),
|
||||||
|
)
|
||||||
self.models: List[pb.NoteTypeNameIDUseCount] = []
|
self.models: List[pb.NoteTypeNameIDUseCount] = []
|
||||||
self.setupModels()
|
self.setupModels()
|
||||||
restoreGeom(self, "models")
|
restoreGeom(self, "models")
|
||||||
|
@ -481,7 +481,10 @@ create table if not exists profiles
|
|||||||
with open(p, "w", encoding="utf8") as file:
|
with open(p, "w", encoding="utf8") as file:
|
||||||
file.write(
|
file.write(
|
||||||
without_unicode_isolation(
|
without_unicode_isolation(
|
||||||
tr(TR.PROFILES_FOLDER_README, link=appHelpSite + "files?id=startup-options")
|
tr(
|
||||||
|
TR.PROFILES_FOLDER_README,
|
||||||
|
link=appHelpSite + "files?id=startup-options",
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user