iface #32

Merged
zxq9 merged 2 commits from iface into master 2025-12-30 22:49:02 +09:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 3e638cd100 - Show all commits

View File

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

View File

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