We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612e9a8 commit e40456dCopy full SHA for e40456d
oclp_r/sys_patch/patchsets/hardware/misc/Launch.py
@@ -66,7 +66,7 @@ def _modern_audio_patches(self) -> dict:
66
},
67
"/System/Applications": {
68
"Apps.app": f"{self._constants.launchpad_version}",
69
- "Launchpad.app": f"{self._constants.launchpad_version}" if f"{self._constants.launchpad_version}" != f"26.0 Beta 4" else {},
+ **({"Launchpad.app": f"{self._constants.launchpad_version}"} if f"{self._constants.launchpad_version}" != "26.0 Beta 4" else {}),
70
71
72
0 commit comments