diff --git a/AudioCuesheetEditor/Shared/MainLayout.razor b/AudioCuesheetEditor/Shared/MainLayout.razor index 61c3f7ac..e91f2f46 100644 --- a/AudioCuesheetEditor/Shared/MainLayout.razor +++ b/AudioCuesheetEditor/Shared/MainLayout.razor @@ -37,7 +37,7 @@ along with Foobar. If not, see - + @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 @@ -71,9 +71,7 @@ along with Foobar. If not, see - - @_localizer["Undo"] - + @_localizer["Undo"] @@ -84,9 +82,7 @@ along with Foobar. If not, see - - @_localizer["Redo"] - + @_localizer["Redo"] @@ -421,8 +417,6 @@ 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;