Quote:
Originally Posted by BetterRed
EDIT  Sort like it's in a state of Hidden when layout is Wide and Shown when layout is Narrow.
BR
|
Exactly!
Code:
"saved_layouts": {
"default": {
"layout": "narrow",
"narrow_desires": {
"book_details_height": 0.3308199811498586,
"cover_browser_width": 0.16,
"quick_view_height": 0.09236569274269557,
"tag_browser_width": 0.11691136487221315
},
"narrow_visibility": {
"book_details": true,
"book_list": true,
"cover_browser": false,
"quick_view": false,
"tag_browser": false
},
"wide_desires": {
"book_details_width": 0.11947245927075252,
"cover_browser_height": 0.5307057745187901,
"quick_view_height": 0.2695570216776626,
"tag_browser_width": 0.1376
},
"wide_visibility": {
"book_details": false,
"book_list": true,
"cover_browser": false,
"quick_view": false,
"tag_browser": false
}
}
},
That 'false' needs to be 'true' - but I'm not sure how to make it so when I save the layout. I would have thought the visibility settings ought be the same for narrow and wide.
BR