custom-sidebar-v2 icon indicating copy to clipboard operation
custom-sidebar-v2 copied to clipboard

Exceptions do not hide items

Open DanDon opened this issue 2 years ago • 10 comments

Adding user specific exceptions and having them hidden does not hide them for that user??

........
],
    "exceptions": [
    {
        "user": [
            "Su"
        ],
        "base_order": false,
        "order": [
            {
                "item": "overview",
                "order": 1
            },
            {
                "item": "energy",
                "hide": true
            },
            {
                "item": "map",
                "hide": true
            },
            {
                "item": "logbook",
                "hide": true
            },
            {
                "item": "history",
                "hide": true
            },
            {
                "item": "media browser",
                "hide": true
            }
        ]
    }
    ]
}

DanDon avatar Dec 17 '21 20:12 DanDon