Pull in out-comment

This commit is contained in:
Craig Everett 2025-12-30 22:48:01 +09:00
parent 9ea34f43bd
commit 3e638cd100
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{included_applications,[]},
{applications,[stdlib,kernel,sasl,ssl]},
{vsn,"0.8.0"},
{modules,[gajudesk,gd_con,gd_grids,gd_gui,gd_jt,
gd_sophia_editor,gd_sup,gd_v,gd_v_devman,gd_v_netman,
gd_v_wallman]},
{modules,[gajudesk,gd_con,gd_grids,gd_gui,gd_jt,gd_lib,
gd_m_spend,gd_m_wallet_importer,gd_sophia_editor,
gd_sup,gd_v,gd_v_devman,gd_v_netman,gd_v_wallman]},
{mod,{gajudesk,[]}}]}.

View File

@ -8,7 +8,7 @@
-copyright("Craig Everett <zxq9@zxq9.com>").
-license("GPL-3.0-or-later").
-behavior(zxw_modal).
%-behavior(zxw_modal).
-export([show/2]).
-export([init/1, handle_info/2, handle_event/2]).