From ec5c7a463977fb93c3aa6962447cc76c5b122e13 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 29 Apr 2026 11:59:52 -0500 Subject: [PATCH] chore: Update generated dev docs (#4432) --- docs/content/dev/features/Fixes/Autologin.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md | 4 ++-- docs/content/dev/tweaks/Customize-Preferences/Scrollbars.md | 2 +- .../z--Advanced-Tweaks---CAUTION/DisableNotifications.md | 4 ++-- .../DisableWarningForUnsignedRdp.md | 4 ++-- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/dev/features/Fixes/Autologin.md b/docs/content/dev/features/Fixes/Autologin.md index 8fa3b5a3..a0b46675 100644 --- a/docs/content/dev/features/Fixes/Autologin.md +++ b/docs/content/dev/features/Fixes/Autologin.md @@ -1,5 +1,5 @@ --- -title: "Autologin - Enable" +title: "AutoLogon - Run" description: "" --- diff --git a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md index f75802ee..749cc626 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md @@ -1,11 +1,11 @@ --- -title: "Acrylic Blur on Login Screen" +title: "Logon Screen Acrylic Blur" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=1563} "WPFToggleLoginBlur": { - "Content": "Acrylic Blur on Login Screen", + "Content": "Logon Screen Acrylic Blur", "Description": "If disabled, the acrylic blur effect will be removed on the Windows 10/11 login screen background.", "category": "Customize Preferences", "panel": "2", diff --git a/docs/content/dev/tweaks/Customize-Preferences/Scrollbars.md b/docs/content/dev/tweaks/Customize-Preferences/Scrollbars.md index 20c04231..b122e63b 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/Scrollbars.md +++ b/docs/content/dev/tweaks/Customize-Preferences/Scrollbars.md @@ -1,5 +1,5 @@ --- -title: "Always Show Scrollbars" +title: "Scrollbars Always Visible" description: "" --- diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md index e8ed29a6..fea4758d 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md @@ -1,11 +1,11 @@ --- -title: "Notification Tray & Calendar - Disable" +title: "System Tray Notifications & Calendar - Disable" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=999} "WPFTweaksDisableNotifications": { - "Content": "Notification Tray & Calendar - Disable", + "Content": "System Tray Notifications & Calendar - Disable", "Description": "Disables all Notifications INCLUDING Calendar.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableWarningForUnsignedRdp.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableWarningForUnsignedRdp.md index f73ca891..63c1227b 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableWarningForUnsignedRdp.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableWarningForUnsignedRdp.md @@ -1,11 +1,11 @@ --- -title: "Disable warnings for unsigned RDP files" +title: "RDP Unsigned File Warnings - Disable" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=289} "WPFTweaksDisableWarningForUnsignedRdp": { - "Content": "Disable warnings for unsigned RDP files", + "Content": "RDP Unsigned File Warnings - Disable", "Description": "Disables warnings shown when launching unsigned RDP files introduced with the latest Windows 10 and 11 updates.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md index e2323b03..a21db480 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md @@ -1,5 +1,5 @@ --- -title: "OO Shutup 10 - Run" +title: "O&O ShutUp10++ - Run" description: "" ---