mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Tidy up windows when enabling
This commit is contained in:
parent
e8eb23c4f0
commit
a0a7d04a5f
@ -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);
|
gboolean result = _cmd_set_boolean_preference(args[0], help, "Wins Auto Tidy", PREF_WINS_AUTO_TIDY);
|
||||||
|
|
||||||
|
if( result ) {
|
||||||
|
ui_tidy_wins();
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user