Skip to content

Commit c3d7359

Browse files
committed
python: Move sleep/wake buttons to advanced tab
They're not really useful to the average user. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ca30109 commit c3d7359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/inputmodule/gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def run_gui(devices):
220220
ttk.Button(equalizer_frame, text="Stop", command=stop_thread, style="TButton").pack(side="left", padx=5, pady=5)
221221

222222
# Device Control Buttons
223-
device_control_frame = ttk.LabelFrame(tab1, text="Device Control", style="TLabelframe")
223+
device_control_frame = ttk.LabelFrame(tab3, text="Device Control", style="TLabelframe")
224224
device_control_frame.pack(fill="x", padx=10, pady=5)
225225
control_buttons = {
226226
"Sleep": "sleep",

0 commit comments

Comments
 (0)