Blackberry-Themes icon indicating copy to clipboard operation
Blackberry-Themes copied to clipboard

Include language button for Organizr Minimal Edition remove topnav

Open X1pheR opened this issue 2 years ago • 1 comments

Could the language setting from the topnav bar be added to the profile menu? It now disappears when using the custom javascript per instructions: https://github.com/Archmonger/Blackberry-Themes/blob/main/Extras/organizr_minimal_edition_remove_topnav.js

It's the first one left from the profile picture. It would also be nice to include the search as well 😄 image

X1pheR avatar Jul 25 '22 22:07 X1pheR

Just gave this a quick test.

$('#languageDropdown').prependTo($('#side-menu'));
$('#languageDropdown').css('display', 'block');

Based on the way the sidebar renders, it's going to be really tricky to get the language dropdown to be visible in the sidebar.

image

Right now it's not possible to render sidebar stuff outside the sidebar region. I'll need to get pretty creative for this to work.

Archmonger avatar Jul 25 '22 23:07 Archmonger