1
0
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:
agilob 2015-11-02 19:11:17 +00:00
parent 3a3be50c64
commit e44d08fa8e
No known key found for this signature in database
GPG Key ID: 296F0B764741106C

View File

@ -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);