From cb0369b85a050a73b14c3b97e2796a56303d4e54 Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Mon, 16 Oct 2023 20:19:33 +0700 Subject: [PATCH] Show the "Program Info" menu item in the desktop program. --- vasl_templates/webapp/static/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/vasl_templates/webapp/static/main.js b/vasl_templates/webapp/static/main.js index 91df2b1..baf103f 100644 --- a/vasl_templates/webapp/static/main.js +++ b/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" ) ;