mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Set proper text for the toggle toolbar action.
This commit is contained in:
parent
f753728e97
commit
35cb4343e6
@ -33,6 +33,7 @@ MainWindow::MainWindow()
|
||||
m_ui->setupUi(this);
|
||||
|
||||
setWindowIcon(dataPath()->applicationIcon());
|
||||
m_ui->toolBar->toggleViewAction()->setText(tr("Show toolbar"));
|
||||
|
||||
connect(m_ui->tabWidget, SIGNAL(entrySelectionChanged(bool)),
|
||||
SLOT(setMenuActionState()));
|
||||
|
Loading…
Reference in New Issue
Block a user