From 3893994a47c9f0717751ade74810c802fe4acedc Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Thu, 21 Nov 2024 17:56:11 +0100 Subject: [PATCH] Forgot to change this. --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 1642356..8f51c1a 100644 --- a/utils.py +++ b/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