mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
Set proper text for the toggle toolbar action.
This commit is contained in:
parent
f753728e97
commit
35cb4343e6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue