Updated to OTCv8 3.0 rev 43

This commit is contained in:
OTCv8
2021-05-15 16:51:02 +00:00
parent dea82a6751
commit 1def896276
111 changed files with 4642 additions and 2368 deletions

View File

@@ -227,10 +227,19 @@ MainWindow
anchors.bottom: parent.bottom
@onClick: modules.game_shop.showHistory()
Button
id: transferOpen
!text: tr('Transfer Coins')
width: 128
anchors.left: prev. right
margin-left: 10
anchors.verticalCenter: prev.verticalCenter
@onClick: modules.game_shop.showTransfer()
Button
id: buttonCancel
!text: tr('Close')
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
@onClick: modules.game_shop.hide()
@onClick: modules.game_shop.hide()