Skip to content

Commit df98b60

Browse files
Merge pull request #5752 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-29 05:00 UTC
2 parents 9604218 + 0b3b645 commit df98b60

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

hub/apps/develop/title-bar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ See the [Title bar](../design/basics/titlebar-design.md) design article for guid
2121
> [!IMPORTANT]
2222
> This article shows how to customize the title bar for apps that use the Windows App SDK, either with or without WinUI 3. For apps that use UWP and WinUI 2, see [Title bar customization](/windows/uwp/ui-input/title-bar) for UWP.
2323
24+
> [!IMPORTANT]
25+
> A new [Title bar](../design/controls/title-bar.md) control has been added in Windows App SDK 1.7. It simplifies the process of title bar customization.
26+
2427
> [!div class="checklist"]
2528
>
2629
> - **Applies to**: Windows App SDK, WinUI 3 desktop apps
@@ -885,6 +888,9 @@ public sealed partial class MainWindow : Window
885888
## Related articles
886889

887890
- [Title bar customization (UWP)](/windows/uwp/ui-input/title-bar)
891+
- [Title Bar (Control)](../design/controls/title-bar.md)
888892
- [Acrylic](../design/style/acrylic.md)
889893
- [Mica](../design/style/mica.md)
890894
- [Color](../design/style/color.md)
895+
896+

hub/powertoys/text-extractor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ $Capability = Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Lang
9696
$Capability | Add-WindowsCapability -Online
9797
```
9898

99+
> [!NOTE]
100+
> Executing the commands to install an OCR language pack may take several minutes to complete.
101+
99102
## Remove an OCR language pack
100103

101104
The following commands remove the OCR pack for "en-US":

0 commit comments

Comments
 (0)