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

Welcome: Save startup preference to user's SystemServer session

Off by default.
This commit is contained in:
thankyouverycool 2021-10-18 07:48:26 -04:00 committed by Andreas Kling
parent 586a936fac
commit 5d09f4abce
4 changed files with 15 additions and 2 deletions

View file

@ -104,8 +104,8 @@
@GUI::CheckBox{
name: "startup_checkbox"
text: "Show this Welcome Screen next time SerenityOS starts"
fixed_width: 315
text: "Show Welcome the next time SerenityOS starts"
autosize: true
}
@GUI::Widget