diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ed6f78a2..0cf09052 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -121,6 +121,8 @@
Video bitrate
Increase for better image quality. Decrease to improve performance on slower connections.
Kbps
+ Unlock all possible frame rates
+ Streaming at 90 or 120 FPS may reduce latency on high-end devices but can cause lag or crashes on devices that can\'t support it
Stretch video to full-screen
Disable warning messages
Disable on-screen connection warning messages while streaming
@@ -175,8 +177,6 @@
May reduce micro-stuttering on some devices, but can increase latency
Change H.265 settings
H.265 lowers video bandwidth requirements but requires a very recent device
- Unlock all FPS values
- Streaming at 90 or 120 FPS may reduce latency on high-end devices but can cause lag or crashes on devices that can\'t support it
Enable HDR (Experimental)
Stream HDR when the game and PC GPU support it. HDR requires a GTX 1000 series GPU or later.
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 619b098f..287e9394 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -27,6 +27,11 @@
android:summary="@string/summary_seekbar_bitrate"
android:text="@string/suffix_seekbar_bitrate"
android:title="@string/title_seekbar_bitrate" />
+
-