mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Fixes in rule violations and private chat
This commit is contained in:
@@ -887,6 +887,7 @@ end
|
||||
|
||||
function onRuleViolationLock()
|
||||
if not violationReportTab then return end
|
||||
violationReportTab.locked = false
|
||||
addTabText(tr('Your request has been closed') .. '.', SpeakTypesSettings.privateRed, violationReportTab)
|
||||
violationReportTab.locked = true
|
||||
end
|
||||
|
||||
@@ -10,16 +10,17 @@ MainWindow
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
max-length: 255
|
||||
|
||||
TextEdit
|
||||
id: text
|
||||
text-wrap: true
|
||||
multiline: true
|
||||
anchors.top: prev.bottom
|
||||
anchors.bottom: next.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
margin: 8 0
|
||||
max-length: 255
|
||||
|
||||
Button
|
||||
id: buttonOk
|
||||
|
||||
Reference in New Issue
Block a user