This commit is contained in:
Duncan Ferguson 2019-03-16 14:56:49 +00:00
parent 6529bccdbd
commit 40079d23d9

View file

@ -596,7 +596,6 @@ sub substitute_macros {
}
{
my $macro_hostname = $self->config->{macro_hostname};
#my $hostname = $servers{$svr}{givenname};
my $hostname = hostfqdn();
$text =~ s!$macro_hostname!$hostname!xsmg;
}
@ -1616,6 +1615,7 @@ sub create_menubar() {
-offvalue => 'no',
-onvalue => 'yes',
],
# While this autoclose menu works as expected, the functionality
# within terminals does not. "auto_close" is set when the terminal
# is opened and is not updated when the variable is changed.