Don’t call for resize on /set
This commit is contained in:
parent
96fdd5e769
commit
5a88bd1c89
1 changed files with 0 additions and 1 deletions
|
@ -622,7 +622,6 @@ def command_set(self, args):
|
|||
self.trigger_configuration_change(option, value)
|
||||
elif len(args) > 3:
|
||||
return self.command_help('set')
|
||||
self.call_for_resize()
|
||||
self.information(*info)
|
||||
|
||||
@command_args_parser.quoted(1, 2)
|
||||
|
|
Loading…
Reference in a new issue