mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-01 19:19:31 +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
|
@ -69,7 +69,7 @@ func type_set(new_type):
|
|||
type = new_type
|
||||
if type == "commit" and file_browser:
|
||||
file_browser.commit = self
|
||||
file_browser.title = "Commit"
|
||||
file_browser.title = "Commit " + id
|
||||
if type != "ref":
|
||||
$ID.text = $ID.text.substr(0,8)
|
||||
z_index = -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue