diff options
| author | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
| commit | 3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68 (patch) | |
| tree | 952b368a18aaa2ae08f0fb956b6d16205b5c8681 /logic/database.gd | |
| parent | a4b9a04763bb60c45300a267778f6586e43ce454 (diff) | |
| download | surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.tar.zst surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.zip | |
Added settings; Fixed virtual keyboard height bug with hack; Initial support of multiple themes.
Diffstat (limited to 'logic/database.gd')
| -rw-r--r-- | logic/database.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/database.gd b/logic/database.gd index ed80ae7..5d8792f 100644 --- a/logic/database.gd +++ b/logic/database.gd @@ -15,6 +15,7 @@ onready var add_button := get_node("actions/add") as Button onready var popup := get_node("/root/main/popup") as ModalPopup onready var dialog := get_node("/root/main/dialog") as Dialog + func _init(): selected_idx = -1 staged_idx = -1 |
