mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
fset: remove option fset.look.show_help_bar
This commit is contained in:
@@ -59,8 +59,7 @@ fset_add_bar ()
|
||||
{
|
||||
weechat_bar_new (
|
||||
FSET_BAR_NAME, "off", "0", "window",
|
||||
"${fset.look.show_help_bar} "
|
||||
"&& ${buffer.full_name} == " FSET_PLUGIN_NAME "." FSET_BAR_NAME,
|
||||
"${buffer.full_name} == " FSET_PLUGIN_NAME "." FSET_BAR_NAME,
|
||||
"top", "horizontal", "vertical", "3", "3",
|
||||
"default", "cyan", "default", "on",
|
||||
FSET_BAR_ITEM_NAME);
|
||||
@@ -101,8 +100,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
|
||||
fset_completion_init ();
|
||||
|
||||
if (weechat_config_boolean (fset_config_look_show_help_bar))
|
||||
fset_add_bar ();
|
||||
fset_add_bar ();
|
||||
|
||||
fset_bar_item_update ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user