Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss committed Jan 28, 2022
1 parent 9783c4a commit 3c51cfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Ryujinx.Ava/Ui/Windows/SettingsWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@
Minimum="0"
Maximum="240"
SmallChange="5"
TickFrequency="5"
IsSnapToTickEnabled="True"
TickFrequency="5"
IsSnapToTickEnabled="True"
LargeChange="10"
Width="200" />
<TextBlock VerticalAlignment="Center" Text="{Binding HostRefreshRateDisplay}" />
Expand Down Expand Up @@ -805,11 +805,11 @@
<ui:NavigationViewItem
Content="{locale:Locale SettingsTabGraphics}"
Tag="GraphicsPage"
Icon="Image"/>
Icon="Image" />
<ui:NavigationViewItem
Content="{locale:Locale SettingsTabAudio}"
Icon="Audio"
Tag="AudioPage"/>
Tag="AudioPage" />
<ui:NavigationViewItem
Content="{locale:Locale SettingsTabNetwork}"
Tag="NetworkPage"
Expand Down

0 comments on commit 3c51cfd

Please sign in to comment.