mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 19:46:06 -04: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);
|
m_ui->setupUi(this);
|
||||||
|
|
||||||
setWindowIcon(dataPath()->applicationIcon());
|
setWindowIcon(dataPath()->applicationIcon());
|
||||||
|
m_ui->toolBar->toggleViewAction()->setText(tr("Show toolbar"));
|
||||||
|
|
||||||
connect(m_ui->tabWidget, SIGNAL(entrySelectionChanged(bool)),
|
connect(m_ui->tabWidget, SIGNAL(entrySelectionChanged(bool)),
|
||||||
SLOT(setMenuActionState()));
|
SLOT(setMenuActionState()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue