mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-29 17:04:39 +02:00
17 lines
676 B
XML
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>
|