mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Show commit ID in file browser
This commit is contained in:
parent
617adc8e06
commit
e7842fb4ee
2 changed files with 2 additions and 1 deletions
scenes
|
@ -108,6 +108,7 @@ func _set_commit(new_commit):
|
|||
|
||||
func _set_mode(new_mode):
|
||||
mode = new_mode
|
||||
|
||||
if save_button:
|
||||
save_button.visible = mode == FileBrowserMode.WORKING_DIRECTORY
|
||||
text_edit.readonly = not mode == FileBrowserMode.WORKING_DIRECTORY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue