Forgot to change this.
This commit is contained in:
parent
a42b2b65ec
commit
3893994a47
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
@ -59,7 +59,7 @@ class Utils:
|
|||
for file_path in self.app.open_files:
|
||||
file = self.app.open_files[file_path]
|
||||
|
||||
if file.not_saved:
|
||||
if file.bit_editor.not_saved:
|
||||
changes = True
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in a new issue