started initial data for gui config file and added example server to it when initially running gui

This commit is contained in:
Blake Harnden 2019-11-05 13:10:42 -08:00
parent 68a5468ffb
commit 2d1f5edf79
5 changed files with 300 additions and 104 deletions

View file

@ -26,6 +26,7 @@ class Application(tk.Frame):
self.radiovar = tk.IntVar(value=1)
self.show_grid_var = tk.IntVar(value=1)
self.adjust_to_dim_var = tk.IntVar(value=0)
self.config = appdirs.read_config()
self.core = CoreClient(self)
self.setup_app()
self.draw_menu()