aboutsummaryrefslogtreecommitdiff
path: root/logic/database.gd
diff options
context:
space:
mode:
Diffstat (limited to 'logic/database.gd')
-rw-r--r--logic/database.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/database.gd b/logic/database.gd
index 91328c5..c4482f4 100644
--- a/logic/database.gd
+++ b/logic/database.gd
@@ -43,7 +43,7 @@ func _notification(what: int):
# active and above, and send the signal there.
if visible == false || has_focus() == false:
return
-
+
if what == MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST:
if selected_idx >= 0:
clear_selection()