Auto-focus OK only for ClearMessagesPopup

This commit is contained in:
miruka
2019-09-09 08:15:28 -04:00
parent 7f995c749f
commit 9f8ac6ca9f
3 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ HBoxPopup {
"The messages will only be removed on your side. " +
"They will be available again after you restart the application."
)
box.focusButton: "ok"
onOk: py.callClientCoro(userId, "clear_events", [roomId])