Merge pull request #1208 from leon-richardt/fix-account-popup
Fix "Manage Accounts" button
This commit is contained in:
@@ -30,6 +30,7 @@ AccountSwitchPopupWidget::AccountSwitchPopupWidget(QWidget *parent)
|
||||
auto hbox = new QHBoxLayout();
|
||||
auto manageAccountsButton = new QPushButton(this);
|
||||
manageAccountsButton->setText("Manage Accounts");
|
||||
manageAccountsButton->setFocusPolicy(Qt::NoFocus);
|
||||
hbox->addWidget(manageAccountsButton);
|
||||
vbox->addLayout(hbox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user