mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47:34 +00:00
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
Tooltips can now be toggled on and off system-wide.
This commit is contained in:
parent
d286bf85e6
commit
a74f512f6b
5 changed files with 20 additions and 0 deletions
|
@ -96,6 +96,11 @@
|
|||
text: "Show knurls on splitters"
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
name: "tooltips_checkbox"
|
||||
text: "Show tooltips"
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 4
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue