steam-deck-tools/XboxGameBarWidget/MainPage.xaml
2026-02-22 23:08:07 -05:00

17 lines
676 B
XML

<Page
x:Class="SteamDeckToolsGameBarWidget.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:SteamDeckToolsGameBarWidget"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
mc:Ignorable="d">
<Grid Padding="16">
<TextBlock
TextWrapping="Wrap"
Text="Open Xbox Game Bar (Win+G), then add 'Performance Overlay Control' from the widget list." />
</Grid>
</Page>