add tgt weight display
This commit is contained in:
@@ -60,8 +60,8 @@ class WeightApp(tk.Tk):
|
||||
continue
|
||||
|
||||
var = tk.BooleanVar()
|
||||
if display_type == DISPLAY_TYPES.NUMBER:
|
||||
var.set(True) # Default to NUMBER view
|
||||
var.set(True) # Default to all enabled
|
||||
|
||||
checkbox = ttk.Checkbutton(self.view_type, text=display_type.name, variable=var)
|
||||
checkbox.pack()
|
||||
self.view_vars[display_type] = var
|
||||
|
||||
Reference in New Issue
Block a user