fix: ensure maximize is emitted when reduce motion is enabled on macOS (#46459)

* fix: ensure maximize is emitted when reduce motion is enabled on macOS

* Revert "build: reenable graphics effects for macOS tests (#46454)"

This reverts commit 682ea345ac.
This commit is contained in:
Samuel Attard
2025-04-03 09:14:16 -07:00
committed by GitHub
parent 0ff98810ba
commit 0e3246e20d
2 changed files with 13 additions and 9 deletions

View File

@@ -118,12 +118,6 @@ jobs:
- name: Turn off the unexpectedly quit dialog on macOS
if: ${{ inputs.target-platform == 'macos' }}
run: defaults write com.apple.CrashReporter DialogType server
- name: Reenable graphics effects on macOS
if: ${{ inputs.target-platform == 'macos' }}
run: |
# These options to reduce graphics effects were enabled upstream in https://github.com/actions/runner-images/pull/11877
defaults write com.apple.universalaccess reduceMotion -bool false
defaults write com.apple.universalaccess reduceTransparency -bool false
- name: Checkout Electron
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: