From 8c6462d0b1b43ea5262f924ad09961f0aaf1500e Mon Sep 17 00:00:00 2001 From: blinry Date: Thu, 11 Feb 2021 12:03:17 +0100 Subject: [PATCH] Make hint popups non-focusable, so they don't remove focus from the terminal --- scenes/notification.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenes/notification.tscn b/scenes/notification.tscn index 918d3bc..5d944e0 100644 --- a/scenes/notification.tscn +++ b/scenes/notification.tscn @@ -54,6 +54,8 @@ margin_left = 202.0 margin_top = 9.0 margin_right = 282.0 margin_bottom = 48.0 +focus_mode = 0 +enabled_focus_mode = 0 text = "Got it!" __meta__ = { "_edit_use_anchors_": false