1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add /mute in default command for key alt+"=" (toggle filters)

Since v4.8.0 and commit d0298b4738, toggling
filters with `/filter toggle` displays a message on core buffer.

This is OK when running the command manually, but not when pressing the key
alt+"=".
This commit is contained in:
Sébastien Helleu
2026-03-31 19:12:46 +02:00
parent 7d88e53182
commit cead39b52f
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
# WeeChat ChangeLog
## Version 4.10.0 (under dev)
### Changed
- core: add `/mute` in default command for key `Alt`+`=` (toggle filters)
## Version 4.9.0 (2026-03-29)
### Changed