develop #3

Merged
itdominator merged 69 commits from develop into master 2026-03-23 04:51:23 +00:00
136 changed files with 5013 additions and 436 deletions
Showing only changes of commit 00c72a7117 - Show all commits

View File

@@ -16,5 +16,5 @@ def execute(
view: GtkSource.View = None
):
logger.debug("Command: Close File")
view.command.remove_file()
view.command.remove_file(view)
update_info_bar_if_focused(view.command, view)