From 53bb36ce8d06897a039aa996bb3fef0eb7b6d0a6 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 19 Feb 2024 13:50:03 -0500 Subject: [PATCH] #145 fixed change log page on coordinator --- coordinator/configure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/configure.lua b/coordinator/configure.lua index 44b0b19..106335c 100644 --- a/coordinator/configure.lua +++ b/coordinator/configure.lua @@ -347,7 +347,7 @@ local function config_view(display) if not tool_ctl.has_config then tool_ctl.view_cfg.disable() end PushButton{parent=main_page,x=2,y=17,min_width=6,text="Exit",callback=exit,fg_bg=cpair(colors.black,colors.red),active_fg_bg=btn_act_fg_bg} - PushButton{parent=main_page,x=39,y=17,min_width=12,text="Change Log",callback=function()main_pane.set_value(6)end,fg_bg=nav_fg_bg,active_fg_bg=btn_act_fg_bg} + PushButton{parent=main_page,x=39,y=17,min_width=12,text="Change Log",callback=function()main_pane.set_value(9)end,fg_bg=nav_fg_bg,active_fg_bg=btn_act_fg_bg} --#region Network