started initial data for gui config file and added example server to it when initially running gui
This commit is contained in:
parent
68a5468ffb
commit
2d1f5edf79
5 changed files with 300 additions and 104 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue