Hi all.I would like to hear your opinion. @guus @speedy @wroot @akrherz @Bill_Roland
For a long time I wanted that in Spark there was an opportunity to ask before closing the chat. I think we need to implement this feature already in Spark 3.0.0. But I think it will be very redundant to ask always, I think it is necessary to ask when closing the window only if there are unread messages and only if this option is enabled.
Or add a drop-down list with options -
- ask Always
- Never ask
- Only if there are unread messages.
Right now I’ve implemented it with two options:
- Never ask(false)
- Ask only if there are unread messages(true)
https://github.com/igniterealtime/Spark/pull/716