mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:25:56 +00:00
UI: HomeWindow: Update menu's icon
This commit is contained in:
parent
5577922117
commit
7f0e83bb97
@ -101,7 +101,7 @@ QLayout *HomeWindow::setupHeader()
|
||||
{
|
||||
auto layout = new QHBoxLayout();
|
||||
|
||||
m_btMenu = ControlUtil::createButton(":/icons/sheild-96.png");
|
||||
m_btMenu = ControlUtil::createButton(":/icons/application_double.png");
|
||||
m_btMenu->setMenu(windowManager()->trayIcon()->menu());
|
||||
|
||||
layout->addWidget(m_btMenu);
|
||||
|
Loading…
Reference in New Issue
Block a user