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
commit 266bbeefc8
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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;