mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Setting UI improvement
* pressing shift while clicking the button shows overview * hint in overview, that there are shortcuts
This commit is contained in:
@@ -120,10 +120,10 @@ namespace BlackGui
|
||||
|
||||
const bool v = messagesDetail->ui->form_StatusMessage->isVisible();
|
||||
const QString formString(v ? "Hide log details" : "Show log details");
|
||||
this->m_action = menuActions.addAction(this->m_action, BlackMisc::CIcons::databaseTable16(), formString,
|
||||
m_action = menuActions.addAction(m_action, BlackMisc::CIcons::databaseTable16(), formString,
|
||||
CMenuAction::pathLog(), { messagesDetail->ui->form_StatusMessage, &CStatusMessageForm::toggleVisibility});
|
||||
this->m_action->setCheckable(true);
|
||||
this->m_action->setChecked(v);
|
||||
m_action->setCheckable(true);
|
||||
m_action->setChecked(v);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user