Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
- disable non-working menu items in rtr flavor for now
  • Loading branch information
cproof committed Aug 30, 2023
1 parent 7c899b0 commit 50ce453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-rmbt-desktop",
"productName": "RTR-Netztest",
"version": "0.2.11",
"version": "0.2.12",
"description": "RTR Desktop App",
"main": "dist/main.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions src/assets/rtr/src/app/constants/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const environment: {
icon: "loop",
route: ERoutes.LOOP_MODE,
translations: [],
hidden: true,
},
{
label: "Certified",
Expand All @@ -29,6 +30,7 @@ export const environment: {
icon: "map",
route: ERoutes.MAP,
translations: [],
hidden: true,
},
{
label: "History",
Expand All @@ -41,6 +43,7 @@ export const environment: {
icon: "statistics",
route: ERoutes.STATISTICS,
translations: [],
hidden: true,
},
{
label: "Help",
Expand Down

0 comments on commit 50ce453

Please sign in to comment.