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

@ -67,7 +67,7 @@ class MaterialYouPatch : ResourcePatch {
)
/*
add settings
* Add settings
*/
context.updatePatchStatusTheme("materialyou")

View File

@ -40,8 +40,8 @@ class PiPNotificationPatch : BytecodePatch(
}
/*
add settings
*/
* Add settings
*/
SettingsPatch.updatePatchStatus("hide-pip-notification")
return PatchResultSuccess()

View File

@ -40,8 +40,8 @@ class TooltipContentViewBytecodePatch : BytecodePatch(
) ?: return TooltipContentViewFingerprint.toErrorResult()
/*
add settings
*/
* Add settings
*/
SettingsPatch.updatePatchStatus("hide-tooltip-content")
return PatchResultSuccess()