mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Change logout icon to dialog type icon
icon of type Browser doesnt scale on some environments closes #2491
This commit is contained in:
parent
3a3be50c64
commit
e44d08fa8e
|
@ -1701,7 +1701,7 @@ void Widget::onTryCreateTrayIcon()
|
|||
QStyle *style = qApp->style();
|
||||
|
||||
actionLogout = new QAction(tr("&Logout"), this);
|
||||
actionLogout->setIcon(style->standardIcon(QStyle::SP_BrowserStop));
|
||||
actionLogout->setIcon(style->standardIcon(QStyle::SP_DialogResetButton));
|
||||
connect(actionLogout, &QAction::triggered, profileForm, &ProfileForm::onLogoutClicked);
|
||||
|
||||
actionQuit = new QAction(tr("&Exit"), this);
|
||||
|
|
Loading…
Reference in New Issue
Block a user