mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Disable custom refresh rate tooltip on status bar
This commit is contained in:
parent
0f36bb0eef
commit
cea3241066
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@
|
||||||
<StackPanel Margin="0,0,0,0"
|
<StackPanel Margin="0,0,0,0"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Slider Value="{Binding CustomVSyncIntervalPercentageProxy}"
|
<Slider Value="{Binding CustomVSyncIntervalPercentageProxy}"
|
||||||
ToolTip.Tip="{ext:Locale SettingsTabSystemCustomVSyncIntervalSliderTooltip}"
|
|
||||||
MinWidth="175"
|
MinWidth="175"
|
||||||
Margin="0,-3,0,0"
|
Margin="0,-3,0,0"
|
||||||
Height="32"
|
Height="32"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue