1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 05:17:25 +08:00
Bartłomiej Dach f3632a466f
Prevent closing team chat channels via Ctrl-W
As pointed out in
https://github.com/ppy/osu/pull/32079#issuecomment-2680297760.

The comment suggested putting that logic in `ChannelManager` but
honestly I kinda don't see it working out. It'd probably be multiple
boolean arguments for `leaveChannel()` (because `sendLeaveRequest` or
whatever already exists), and then there's this one usage in tournament
client:

	31aded6971/osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs (L57-L58)

I'm not sure how that would interact with this particular change, but I
think there is a nonzero possibility that it would interact badly. So in
general I kinda just prefer steering clear of all that and adding a
local one-liner.
2025-02-26 12:06:50 +01:00
..
2025-02-24 15:10:20 +01:00
2025-02-07 17:33:32 +09:00
2025-02-07 17:33:32 +09:00
2024-05-24 13:08:17 +02:00
2025-02-17 15:23:26 +09:00
2025-01-24 11:59:07 +01:00
2025-02-07 17:33:32 +09:00
2024-11-26 14:45:40 +09:00
2025-02-07 17:33:32 +09:00