Plumbing to handle unsaved changes on tab close
`TabClose` is now `TabCloseForce`. The latter closes a tab without checking if contents have been saved. `TabClose` checks for unsaved changes and (will eventually) prompt the user to handle this issue.
This commit is contained in:
parent
7d8f4121b9
commit
513d5f9884
2 changed files with 26 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ staged-changes = Staged changes
|
|||
## Project search
|
||||
project-search = Project search
|
||||
|
||||
## Prompt save changes
|
||||
prompt-save-change = Unsaved changes
|
||||
|
||||
## Settings
|
||||
settings = Settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue