Skip to content

Conversation

@urmauur
Copy link
Member

@urmauur urmauur commented Oct 8, 2025

Describe Your Changes

This pull request contains minor configuration changes to the src-tauri/tauri.conf.json file. The most notable update is the removal of the zoomHotkeysEnabled property from the Windows window configuration.

Configuration updates:

  • Removed the zoomHotkeysEnabled property from the Windows window configuration, which may affect zoom hotkey functionality on Windows builds.
  • Reformatted the capabilities array in the security section for improved readability, without changing its contents.

Fixes Issues

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@urmauur urmauur added this to the v0.7.2 milestone Oct 8, 2025
@urmauur urmauur self-assigned this Oct 8, 2025
Copilot AI review requested due to automatic review settings October 8, 2025 05:55
@urmauur urmauur added this to Jan Oct 8, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables zoom hotkey functionality in the Tauri application by removing the zoomHotkeysEnabled configuration property and improves code formatting in the security capabilities section.

  • Removed zoomHotkeysEnabled: true from the Windows window configuration
  • Reformatted the capabilities array for better readability

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@urmauur urmauur moved this to Needs Review in Jan Oct 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

Barecheck - Code coverage report

Total: 30.43%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@urmauur urmauur requested a review from louis-jan October 8, 2025 11:42
Copy link
Contributor

@louis-jan louis-jan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@urmauur urmauur merged commit 610b741 into dev Oct 8, 2025
21 checks passed
@urmauur urmauur deleted the chore/turn-off-zoomHotkeysEnabled branch October 8, 2025 12:16
@github-project-automation github-project-automation bot moved this from Needs Review to QA in Jan Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: QA

Development

Successfully merging this pull request may close these issues.

feat: prevent scaling the UI with 2-finger zoom on trackpad

3 participants