Forgot to change this.

This commit is contained in:
The Wobbler 2024-11-21 17:56:11 +01:00
parent a42b2b65ec
commit 3893994a47

View file

@ -59,7 +59,7 @@ class Utils:
for file_path in self.app.open_files: for file_path in self.app.open_files:
file = self.app.open_files[file_path] file = self.app.open_files[file_path]
if file.not_saved: if file.bit_editor.not_saved:
changes = True changes = True
break break