diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index db22f6a0..6b0b7002 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -1625,6 +1625,7 @@ def on_layoutrefreshbutton_clicked(self, _button): self.config.copy_layout_item(config_layout, current_layout, 'directory') self.config.copy_layout_item(config_layout, current_layout, 'command') + self.config.copy_layout_item(config_layout, current_layout, 'profile') dbg("updated layout from terminator:(%s)" % current_layout) if self.config.replace_layout(name, current_layout):