mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T600, use CTRL/SHIFT for info area shortcut, not conflicting with some other shortcuts
This commit is contained in:
@@ -147,7 +147,7 @@ void SwiftGuiStd::initMenus()
|
||||
c = connect(a, &QAction::triggered, this, [ = ]
|
||||
{
|
||||
this->copyXSwiftBusDialog(false);
|
||||
});
|
||||
}, Qt::QueuedConnection);
|
||||
Q_ASSERT_X(c, Q_FUNC_INFO, "connect failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user