mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Temporarily remove hash on hover commit
This commit is contained in:
parent
39de925a66
commit
599270cd2b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func _on_hover():
|
|||
hovered = true
|
||||
if not id_always_visible:
|
||||
content_label.visible = true
|
||||
$ID.visible = true
|
||||
#$ID.visible = true
|
||||
|
||||
func _on_unhover():
|
||||
hovered = false
|
||||
|
|
Loading…
Reference in a new issue