start implementation of recipe selection
This commit is contained in:
@@ -56,9 +56,6 @@ class WeightApp(tk.Tk):
|
||||
# Checkboxes for multiple view selection
|
||||
self.view_vars = {}
|
||||
for display_type in DISPLAY_TYPES:
|
||||
if display_type == DISPLAY_TYPES.TIMER:
|
||||
continue
|
||||
|
||||
var = tk.BooleanVar()
|
||||
var.set(True) # Default to all enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user