Don't set alert if window already focused
This commit is contained in:
@@ -18,6 +18,7 @@ HPage {
|
||||
readonly property var roomInfo: Utils.getItem(
|
||||
modelSources[["Room", userId]] || [], "room_id", roomId
|
||||
) || "waiting"
|
||||
|
||||
onRoomInfoChanged: {
|
||||
if (roomInfo.left) {
|
||||
// The room will most likely be gone on client restart
|
||||
|
Reference in New Issue
Block a user