Skip to content

Commit

Permalink
Merge pull request #694 from o-sdn-o/gui-bridge
Browse files Browse the repository at this point in the history
Fix scripting
  • Loading branch information
o-sdn-o authored Dec 16, 2024
2 parents 1d84f7c + 17ff524 commit 7d8a277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vtm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ namespace netxs::app::vtm
auto vtm_set(eccc& /*script*/, qiew args)
{
auto appconf = xml::settings{ "<item " + text{ args } + " />" };
appconf.cd("item");
auto itemptr = appconf.homelist.front();
auto appspec = desk::spec{ .fixed = true,
.winform = shared::win::state::normal,
Expand Down Expand Up @@ -1716,6 +1717,7 @@ namespace netxs::app::vtm
auto vtm_run(eccc& script, qiew args)
{
auto appconf = xml::settings{ "<item " + text{ args } + " />" };
appconf.cd("item");
auto itemptr = appconf.homelist.front();
auto appspec = desk::spec{ .hidden = true,
.winform = shared::win::state::normal,
Expand Down

0 comments on commit 7d8a277

Please sign in to comment.