mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Merge pull request #5935 from lat9nq/controller_access_keys
debugger: controller: Add access key
This commit is contained in:
commit
90610bde9b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void ControllerDialog::refreshConfiguration() {
|
|||
|
||||
QAction* ControllerDialog::toggleViewAction() {
|
||||
if (toggle_view_action == nullptr) {
|
||||
toggle_view_action = new QAction(windowTitle(), this);
|
||||
toggle_view_action = new QAction(tr("&Controller P1"), this);
|
||||
toggle_view_action->setCheckable(true);
|
||||
toggle_view_action->setChecked(isVisible());
|
||||
connect(toggle_view_action, &QAction::toggled, this, &ControllerDialog::setVisible);
|
||||
|
|
Loading…
Reference in a new issue