add exit title preference to group and add command for setting the preference

This commit is contained in:
Will Song
2015-01-08 10:18:29 -06:00
parent 22a8d7a8a3
commit e57fa1633a
6 changed files with 34 additions and 2 deletions

View File

@@ -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)
{