mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-19 15:00:22 +00:00
Disable the latency toast by default
It causes crashes on the MiBox
This commit is contained in:
@@ -201,5 +201,10 @@
|
||||
android:title="@string/title_enable_perf_overlay"
|
||||
android:summary="@string/summary_enable_perf_overlay"
|
||||
android:defaultValue="false"/>
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_enable_post_stream_toast"
|
||||
android:title="@string/title_enable_post_stream_toast"
|
||||
android:summary="@string/summary_enable_post_stream_toast"
|
||||
android:defaultValue="false"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user