Skip to content

Commit a1633d0

Browse files
author
limxdev
committed
Add unlock to menubar
1 parent 5f05758 commit a1633d0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 17)
55
define(_CLIENT_VERSION_REVISION, 0)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
8-
define(_COPYRIGHT_YEAR, 2018)
8+
define(_COPYRIGHT_YEAR, 2020)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitsend Core]])
1111
AC_INIT([Bitsend Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/LIMXTEC/BitSend/issues],[bitsend],[https://bitsend.cc/])

src/qt/bitsendgui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ void BitsendGUI::createMenuBar()
403403
{
404404
settings->addAction(encryptWalletAction);
405405
settings->addAction(changePassphraseAction);
406+
settings->addAction(unlockWalletAction);
407+
settings->addAction(lockWalletAction);
406408
settings->addSeparator();
407409
}
408410
settings->addAction(optionsAction);

0 commit comments

Comments
 (0)