InterfacePane: Add BalloonTip to top window checkbox

This commit is contained in:
Dentomologist
2023-11-05 11:45:56 -08:00
committed by Admiral H. Curtiss
parent 55aaa323ec
commit 266bbeefc8
3 changed files with 9 additions and 7 deletions

View File

@ -38,7 +38,7 @@ private:
ConfigStringChoice* m_combobox_theme;
QComboBox* m_combobox_userstyle;
QLabel* m_label_userstyle;
QCheckBox* m_checkbox_top_window;
ConfigBool* m_checkbox_top_window;
ConfigBool* m_checkbox_use_builtin_title_database;
ToolTipCheckBox* m_checkbox_show_debugging_ui;
QCheckBox* m_checkbox_focused_hotkeys;