1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Tidy up windows when enabling

This commit is contained in:
Pete 2015-06-01 14:47:02 +01:00
parent e8eb23c4f0
commit a0a7d04a5f

View File

@ -727,6 +727,10 @@ cmd_winstidy(gchar **args, struct cmd_help_t help)
{
gboolean result = _cmd_set_boolean_preference(args[0], help, "Wins Auto Tidy", PREF_WINS_AUTO_TIDY);
if( result ) {
ui_tidy_wins();
}
return result;
}