diff --git a/AudioCuesheetEditor/Shared/MainLayout.razor b/AudioCuesheetEditor/Shared/MainLayout.razor index 4395911a..32c9da3e 100644 --- a/AudioCuesheetEditor/Shared/MainLayout.razor +++ b/AudioCuesheetEditor/Shared/MainLayout.razor @@ -37,10 +37,18 @@ along with Foobar. If not, see - - @if (displayMenuBar) + + @if ((displayMenuBar) && (sidebar != null)) { - + //Just a little a hack for displaying a toggler for the sidebar always and independent from the breakpoint of the top bar + + + } @@ -57,47 +65,56 @@ along with Foobar. If not, see - @if (displayMenuBar) - { - - - - - - - - - - - } - - - - - - - @_localizer["Help"] - - - @_localizer["About"] - - + + + @if (displayMenuBar) + { + + + + + + + + + + + + + } + + + + + + + + + + + @_localizer["Help"] + @_localizer["About"] + + + + + @@ -412,6 +429,7 @@ along with Foobar. If not, see @code { //TODO: Top Menu //TODO: Make text of undo/redo display only when space is available + //TODO: Language selection in top menu Bar? sidebar; public class SelectExportProfileModel