Skip to content

Commit

Permalink
button name
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-art committed Sep 12, 2024
1 parent b45be26 commit feb4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/gui/layout_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def setup_tabs(main_window):

save_config_group = QGroupBox()
save_config_layout = QHBoxLayout()
save_config_button = QPushButton("Save Config")
save_config_button = QPushButton("Save config to file")
save_config_button.clicked.connect(
lambda: save_config(main_window.update_config())
)
Expand Down

0 comments on commit feb4529

Please sign in to comment.