removing Applications.json

This commit is contained in:
2021-09-15 16:00:52 +02:00
parent 79dd97b6bc
commit 6a705e2973
2 changed files with 0 additions and 28 deletions

View File

@@ -27,11 +27,6 @@
{
"type": "separator"
},
{
"type": "menu",
"text": "- Start Default Applications -",
"file": "X_X11MA_Applications.json"
},
{
"type": "menu",
"text": "- Tools -",

View File

@@ -1,23 +0,0 @@
{
"menu": [
{
"type": "title",
"text": "- Start Default Applications -"
},
{
"type": "cmd",
"text": "Start screen at PEEM",
"command": "X_X11MA_PEEMscreen1.sh"
},
{
"type": "cmd",
"text": "Start screen1 at beamline",
"command": "X_X11MA_beamlinescreen1.sh"
},
{
"type": "cmd",
"text": "Start screen2 at beamline",
"command": "X_X11MA_beamlinescreen2.sh"
}
]
}