Show the "Program Info" menu item in the desktop program.

master
Pacman Ghost 6 months ago
parent fdaf2f0cde
commit cb0369b85a
  1. 2
      vasl_templates/webapp/static/main.js

@ -77,8 +77,6 @@ $(document).ready( function () {
program_info: { label: "Program info", icon: imagesDir+"/info.png", action: show_program_info },
show_help: { label: "Help", icon: imagesDir+"/help.png", action: show_help },
} ;
if ( getUrlParam( "pyqt" ) )
delete menuItems.program_info ;
$menu.popmenu( menuItems ) ;
// nb: we only show the popmenu on left click (not the normal right-click)
$menu.off( "contextmenu" ) ;

Loading…
Cancel
Save