mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-12-22 20:32:38 +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
|
hovered = true
|
||||||
if not id_always_visible:
|
if not id_always_visible:
|
||||||
content_label.visible = true
|
content_label.visible = true
|
||||||
$ID.visible = true
|
#$ID.visible = true
|
||||||
|
|
||||||
func _on_unhover():
|
func _on_unhover():
|
||||||
hovered = false
|
hovered = false
|
||||||
|
|
Loading…
Reference in a new issue