From 32de59ae66bd66150d3b3bd9d3a920ea5bd3b99d Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 15 May 2022 22:55:00 +0200 Subject: [PATCH] add get_show_string as entry in HK_Table_controller --- hayamiki_lib | 2 +- src/generation/files.anubis | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hayamiki_lib b/hayamiki_lib index 79e0a36..121721e 160000 --- a/hayamiki_lib +++ b/hayamiki_lib @@ -1 +1 @@ -Subproject commit 79e0a36fdf9a2bb34e0245b53e6a5077b428affa +Subproject commit 121721e07c35734855b53c726dad24f43dfcae67 diff --git a/src/generation/files.anubis b/src/generation/files.anubis index 227cf13..01561cb 100644 --- a/src/generation/files.anubis +++ b/src/generation/files.anubis @@ -225,6 +225,7 @@ define One //view interface //selector get_selector_"+name+", + get_"+name+"_show_string, hk_trigger_set(var([]), var([]), var([]), var([]), var([]), var([])) //initialize the triggers list as empty )", -- libgit2 0.21.4