Layout launcher should reload config when opened to be sure it has the latest layouts.
This commit is contained in:
parent
2f9d337687
commit
d771e9436c
|
@ -29,6 +29,7 @@ class LayoutLauncher:
|
|||
self.terminator.register_launcher_window(self)
|
||||
|
||||
self.config = config.Config()
|
||||
self.config.base.reload()
|
||||
self.builder = gtk.Builder()
|
||||
try:
|
||||
# Figure out where our library is on-disk so we can open our UI
|
||||
|
|
Loading…
Reference in New Issue