We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a5678 commit cd1112bCopy full SHA for cd1112b
1 file changed
plugins/headings/common.py
@@ -57,7 +57,9 @@ class MdeUnsavedViewNameSetter(MdeViewEventListener):
57
MAX_NAME = 50
58
59
def on_modified(self):
60
- if self.view.file_name() is not None or not self.view.settings().get("set_unsaved_view_name", True):
+ if self.view.file_name() is not None or not self.view.settings().get(
61
+ "set_unsaved_view_name", True
62
+ ):
63
return
64
65
name = first_heading_text(self.view)
0 commit comments