mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 09:31:15 +00:00
Additional host menu options
Add in 'Set all active' and 'Set half active' options. Thanks to Andrew Stevenson
This commit is contained in:
parent
2e74fd5d3b
commit
ee9ec5a366
3 changed files with 5 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ sub build_hosts_menu() {
|
|||
|
||||
# first, empty the hosts menu from the 4th entry on
|
||||
my $menu = $menus{bar}->entrycget( 'Hosts', -menu );
|
||||
my $host_menu_static_items = 5;
|
||||
my $host_menu_static_items = 7;
|
||||
$menu->delete( $host_menu_static_items, 'end' );
|
||||
|
||||
logmsg( 3, "Menu deleted" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue