URL UI, history UI
This commit is contained in:
10
flumi/Scripts/history_entry.gd
Normal file
10
flumi/Scripts/history_entry.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
extends HBoxContainer
|
||||
signal checkbox_toggle
|
||||
|
||||
@onready var check_box: CheckBox = $CheckBox
|
||||
|
||||
func reset() -> void:
|
||||
check_box.set_pressed_no_signal(false)
|
||||
|
||||
func _on_check_box_toggled(toggled_on: bool) -> void:
|
||||
checkbox_toggle.emit(toggled_on)
|
||||
Reference in New Issue
Block a user