Skip to content

Commit

Permalink
Fix config didn't load when set_workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed May 16, 2019
1 parent 4b0a5a9 commit 046a116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guake/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ def set_workspace(self, index: int):
# Restore pending page terminal split
notebook.guake.restore_pending_terminal_split()

# Restore config to workspace
notebook.guake.load_config()

def set_notebooks_tabbar_visible(self, v):
for nb in self.iter_notebooks():
nb.set_tabbar_visible(v)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fixes:
- Fix config didn't reload when set_workspace

0 comments on commit 046a116

Please sign in to comment.