New File Popup (no function)

This commit is contained in:
bleeptrack 2020-11-10 18:34:51 +01:00
parent 563f6ba835
commit 39e62eb8cf
3 changed files with 11 additions and 1 deletions

View file

@ -15,7 +15,7 @@ onready var status_icon = $VBoxContainer/Control/TextureRect/StatusIcon
func _ready():
_set_label(label)
_set_status(status)
$PopupMenu.add_item("Delete File", 0)
$PopupMenu.add_item("Delete file", 0)
func _set_label(new_label):
label = new_label