mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Remove a nonexistant activity, set the right mouse override to off by default
This commit is contained in:
parent
1cf60b44f9
commit
e6889b0b3b
@ -68,11 +68,6 @@
|
|||||||
android:screenOrientation="sensorLandscape"
|
android:screenOrientation="sensorLandscape"
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>
|
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>
|
||||||
|
|
||||||
<activity
|
|
||||||
android:screenOrientation="sensorLandscape"
|
|
||||||
android:name=".prefs.LauncherPreferenceActivity"
|
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
android:summary="@string/auto_ram_subtitle"
|
android:summary="@string/auto_ram_subtitle"
|
||||||
android:title="@string/auto_ram_title" />
|
android:title="@string/auto_ram_title" />
|
||||||
<androidx.preference.SwitchPreferenceCompat
|
<androidx.preference.SwitchPreferenceCompat
|
||||||
android:defaultValue="true"
|
android:defaultValue="false"
|
||||||
android:key="backToRightMouse"
|
android:key="backToRightMouse"
|
||||||
android:summary="@string/mcl_setting_subtitle_backtorightmouse"
|
android:summary="@string/mcl_setting_subtitle_backtorightmouse"
|
||||||
android:title="@string/mcl_setting_title_backtorightmouse" />
|
android:title="@string/mcl_setting_title_backtorightmouse" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user