Skip to content
Snippets Groups Projects
Commit 184282db authored by inso's avatar inso
Browse files

Merge branch 'dev'

parents bd91a5dd 59abcf44
Branches
Tags
No related merge requests found
......@@ -46,6 +46,6 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
* The executable is generated in "build" folder, named "cutecoin"
### How to download latest release
* Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.6)
* Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.7)
* Download the package corresponding to your operating system
* Unzip and start "cutecoin" :)
......@@ -129,7 +129,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.menu_change_account.clear()
signal_mapper = QSignalMapper(self)
for account_name in self.app.accounts.keys():
for account_name in sorted(self.app.accounts.keys()):
action = QAction(account_name, self)
self.menu_change_account.addAction(action)
signal_mapper.setMapping(action, account_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment