mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Fix #283 and more:
* Might have fixed death window issue but not confirmed * Stop hotkey window from display while offline * Moved some required features to >= 840 if statement (protocol 840/842 arent supported in otclient yet)
This commit is contained in:
@@ -4,8 +4,7 @@ MainWindow
|
||||
size: 180 180
|
||||
visible: false
|
||||
@onEscape: AddServer.hide()
|
||||
@onEnter: |
|
||||
AddServer.add()
|
||||
@onEnter: AddServer.add()
|
||||
|
||||
Label
|
||||
id: hostLabel
|
||||
@@ -60,9 +59,8 @@ MainWindow
|
||||
width: 64
|
||||
anchors.right: parent.horizontalCenter
|
||||
anchors.bottom: parent.bottom
|
||||
margin-right: 5
|
||||
@onClick: |
|
||||
AddServer.add()
|
||||
margin-right: 2
|
||||
@onClick: AddServer.add()
|
||||
|
||||
Button
|
||||
id: buttonCancel
|
||||
@@ -70,4 +68,5 @@ MainWindow
|
||||
width: 64
|
||||
anchors.left: parent.horizontalCenter
|
||||
anchors.bottom: parent.bottom
|
||||
margin-left: 2
|
||||
@onClick: AddServer.hide()
|
||||
|
Reference in New Issue
Block a user