better comments

This commit is contained in:
inotia00
2023-02-18 12:46:36 +09:00
parent 2116b28beb
commit eaf6bd9bd8
54 changed files with 93 additions and 94 deletions

View File

@ -81,8 +81,8 @@ class HideEndscreenOverlayPatch : BytecodePatch() {
if (errorIndex == -1) {
/*
add settings
*/
* Add settings
*/
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: LAYOUT_SETTINGS",

View File

@ -57,8 +57,8 @@ class HideFilmstripOverlayPatch : BytecodePatch(
it.removeInstruction(index)
/*
add settings
*/
* Add settings
*/
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: LAYOUT_SETTINGS",

View File

@ -58,8 +58,8 @@ class HideFullscreenPanelsPatch : BytecodePatch(
} ?: return FullscreenViewAdderFingerprint.toErrorResult()
/*
add settings
*/
* Add settings
*/
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: LAYOUT_SETTINGS",

View File

@ -52,8 +52,8 @@ class HapticFeedBackPatch : BytecodePatch(
}
/*
add settings
*/
* Add settings
*/
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: LAYOUT_SETTINGS",