prefs.onChange("unnamed", function () {
        $outline.find("ul").toggleClass("outline-hide-unnamed", !prefs.get("unnamed"));
    });