mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 09:16:21 +00:00
add exit title preference to group and add command for setting the preference
This commit is contained in:
@@ -3254,6 +3254,12 @@ cmd_titlebar(gchar **args, struct cmd_help_t help)
|
||||
return _cmd_set_boolean_preference(args[0], help, "Titlebar", PREF_TITLEBAR);
|
||||
}
|
||||
|
||||
gboolean
|
||||
cmd_exittitle(gchar **args, struct cmd_help_t help)
|
||||
{
|
||||
return _cmd_set_boolean_preference(args[0], help, "Exit title", PREF_EXIT_TITLE);
|
||||
}
|
||||
|
||||
gboolean
|
||||
cmd_outtype(gchar **args, struct cmd_help_t help)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user