diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-08-31 20:29:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 13:29:26 -0500 |
| commit | 0c10f03150ff1cb296cdec27944b906580998747 (patch) | |
| tree | 2692aa315442191b168af114df3d50a4660675f0 /src/widgets/aooptionsdialog.h | |
| parent | 851b8c6a69386255b09ca3612bb83e565d922414 (diff) | |
[Feature] Add support for custom playerlist formatting, show all users when authenticated (#1046)
* Playerlist QoL
* Remove excessive whitespaces
* Add placeholder when displayname is unavailable
Diffstat (limited to 'src/widgets/aooptionsdialog.h')
| -rw-r--r-- | src/widgets/aooptionsdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/aooptionsdialog.h b/src/widgets/aooptionsdialog.h index 20c95a3f..4409c9ef 100644 --- a/src/widgets/aooptionsdialog.h +++ b/src/widgets/aooptionsdialog.h @@ -48,7 +48,6 @@ private: QPushButton *ui_theme_folder_button; QCheckBox *ui_evidence_double_click_cb; QCheckBox *ui_slides_cb; - QCheckBox *ui_restoreposition_cb; QCheckBox *ui_animated_theme_cb; QSpinBox *ui_stay_time_spinbox; QCheckBox *ui_instant_objection_cb; @@ -76,6 +75,8 @@ private: QCheckBox *ui_continuous_cb; QCheckBox *ui_category_stop_cb; QCheckBox *ui_sfx_on_idle_cb; + QCheckBox *ui_restoreposition_cb; + QLineEdit *ui_playerlist_format_edit; // The callwords tab QPlainTextEdit *ui_callwords_textbox; |
