aboutsummaryrefslogtreecommitdiff
path: root/menu/menu.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-04-09 02:42:46 +0000
committerdam <dam@gudinoff>2022-04-09 02:42:46 +0000
commite02b6d1e72deaf5f98bc7d78c7f0e6d269174d7b (patch)
treef21914f5147d803512250a4bc1f3ae53a72ac40f /menu/menu.gd
parenta084df95867a478d5cb2ddc1ad53322082c52450 (diff)
downloadsurgery-log-e02b6d1e72deaf5f98bc7d78c7f0e6d269174d7b.tar.zst
surgery-log-e02b6d1e72deaf5f98bc7d78c7f0e6d269174d7b.zip
Themed database popup menu.
Diffstat (limited to 'menu/menu.gd')
-rw-r--r--menu/menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/menu.gd b/menu/menu.gd
index 735f86a..c3e3185 100644
--- a/menu/menu.gd
+++ b/menu/menu.gd
@@ -8,7 +8,7 @@ const menu_items: Array = [
{ label = "Export Database", action = "export_database_action" },
{ label = "Clear Database", action = "clear_database_action" },
{ label = "About", action = "about_action" },
- { label = "TEST_FAKE_DB", action = "test_fake_db_action" },
+# { label = "TEST_FAKE_DB", action = "test_fake_db_action" },
]
const license_font_b612: String = "res://licenses/font_b612.txt"
const license_godot: String = "res://licenses/godot.txt"