new gui fixed error display when daemon is not running

This commit is contained in:
Blake Harnden 2020-03-04 20:42:40 -08:00
parent c4234d33f0
commit f826a4c5e8
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ class Application(tk.Frame):
self.core = CoreClient(self, proxy)
self.setup_app()
self.draw()
self.core.set_up()
self.core.setup()
def setup_scaling(self):
self.fonts_size = {name: font.nametofont(name)["size"] for name in font.names()}