mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 01:36:20 +00:00
Added XML Console window
This commit is contained in:
@@ -2443,6 +2443,18 @@ cmd_vercheck(gchar **args, struct cmd_help_t help)
|
||||
}
|
||||
}
|
||||
|
||||
gboolean
|
||||
cmd_xmlconsole(gchar **args, struct cmd_help_t help)
|
||||
{
|
||||
if (!ui_xmlconsole_exists()) {
|
||||
ui_create_xmlconsole_win();
|
||||
} else {
|
||||
ui_open_xmlconsole_win();
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
cmd_flash(gchar **args, struct cmd_help_t help)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user