Wizard: improve title

remotes/1691844314220217825/master
tobtoht 3 years ago
parent 8c197f26ea
commit cb95e89773
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -16,7 +16,6 @@ MenuPage::MenuPage(AppContext *ctx, QWidget *parent) :
ui(new Ui::MenuPage),
m_ctx(ctx) {
ui->setupUi(this);
this->setTitle("Welcome to feather");
this->setButtonText(QWizard::FinishButton, "Open recent wallet");
ui->radioCreate->setChecked(true);
}

@ -20,7 +20,7 @@
WalletWizard::WalletWizard(AppContext *ctx, WalletWizard::Page startPage, QWidget *parent) : QWizard(parent),
m_ctx(ctx) {
this->setWindowTitle("Welcome to feather");
this->setWindowTitle("Welcome to Feather Wallet");
this->setWindowIcon(QIcon(":/assets/images/appicons/64x64.png"));
auto openWalletPage = new OpenWalletPage(m_ctx, this);
auto createWallet = new CreateWalletPage(m_ctx, this);

Loading…
Cancel
Save