Skip to content

feat: implement zoom lock hotkey#6307

Draft
pajlada wants to merge 1 commit intomasterfrom
feat/zoom-lock
Draft

feat: implement zoom lock hotkey#6307
pajlada wants to merge 1 commit intomasterfrom
feat/zoom-lock

Conversation

@pajlada
Copy link
Member

@pajlada pajlada commented Jun 29, 2025

TODO: implement xd

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

return "";
}},
{"lockZoom",
[this](std::vector<QString> arguments) -> QString {
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]

Suggested change
[this](std::vector<QString> arguments) -> QString {
[](std::vector<QString> arguments) -> QString {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant