diff --git a/pages/note_page/note_page.gd b/pages/note_page/note_page.gd index 905ad3b..98b253f 100644 --- a/pages/note_page/note_page.gd +++ b/pages/note_page/note_page.gd @@ -7,7 +7,7 @@ signal note_pressed(note: Note) const NOTE_ITEM = preload("res://components/note_item/note_item.tscn") -@onready var back_button = %BackButton +@onready var back_button: Button = %BackButton @onready var page_title: Label = %PageTitle @onready var notes_container: VBoxContainer = %NotesContainer diff --git a/project.godot b/project.godot index 2fdede1..dc62a2d 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Boronotes" -config/version="0.0.1" +config/version="0.1" run/main_scene="res://main.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.2", "Mobile")