mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -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:name=".MainActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>
|
||||
|
||||
<activity
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:name=".prefs.LauncherPreferenceActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
@ -57,7 +57,7 @@
|
||||
android:summary="@string/auto_ram_subtitle"
|
||||
android:title="@string/auto_ram_title" />
|
||||
<androidx.preference.SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
android:key="backToRightMouse"
|
||||
android:summary="@string/mcl_setting_subtitle_backtorightmouse"
|
||||
android:title="@string/mcl_setting_title_backtorightmouse" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user