1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:37:45 +00:00

LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects

Tooltips can now be toggled on and off system-wide.
This commit is contained in:
thankyouverycool 2022-08-15 06:00:33 -04:00 committed by Andreas Kling
parent d286bf85e6
commit a74f512f6b
5 changed files with 20 additions and 0 deletions

View file

@ -96,6 +96,11 @@
text: "Show knurls on splitters"
}
@GUI::CheckBox {
name: "tooltips_checkbox"
text: "Show tooltips"
}
@GUI::Widget {
fixed_height: 4
}