mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 07:03:26 +02:00
Updated to OTCv8 3.0 rev 43
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user