Show dirty TextEdit tabs

This commit is contained in:
Luke I. Wilson
2021-03-20 13:46:44 -05:00
parent ca4a847547
commit bc08505fa8
3 changed files with 20 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ func main() {
if err != nil {
panic("Could not write file at path " + te.FilePath)
}
te.Dirty = false
}
}
}}, &ui.ItemEntry{Name: "Save _As...", Callback: func() {