remove tmp file when closing tab

This commit is contained in:
2021-10-27 09:00:44 +02:00
parent 1d8cd3dce5
commit 5a4299ef84
4 changed files with 16 additions and 6 deletions

View File

@@ -50,6 +50,9 @@ class BigText(QWidget):
def get_file(self):
return self.model.get_file()
def destruct(self):
pass
class InnerBigText(QWidget):
_byte_offset = 0