mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: add condition on connected relay api clients in default value of option weechat.look.hotlist_add_conditions
This commit is contained in:
@@ -10,6 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
### Changed
|
||||
|
||||
- core: add condition on connected relay api clients in default value of option weechat.look.hotlist_add_conditions
|
||||
- core: add `/mute` in default command for key `Alt`+`=` (toggle filters)
|
||||
|
||||
## Version 4.9.0 (2026-03-29)
|
||||
|
||||
@@ -3762,6 +3762,7 @@ config_weechat_init_options (void)
|
||||
NULL, 0, 0,
|
||||
"${away} "
|
||||
"|| ${buffer.num_displayed} == 0 "
|
||||
"|| ${info:relay_client_count,api,connected} > 0 "
|
||||
"|| ${info:relay_client_count,weechat,connected} > 0",
|
||||
NULL, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user