maliming
3 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
1 deletions
-
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/BasicThemeToolbarContributor.cs
|
|
|
@ -10,8 +10,8 @@ public class BasicThemeToolbarContributor : IToolbarContributor |
|
|
|
{ |
|
|
|
if (context.Toolbar.Name == StandardToolbars.Main) |
|
|
|
{ |
|
|
|
context.Toolbar.Items.Add(new ToolbarItem(typeof(LanguageSwitch))); |
|
|
|
context.Toolbar.Items.Add(new ToolbarItem(typeof(LoginDisplay))); |
|
|
|
context.Toolbar.Items.Add(new ToolbarItem(typeof(LanguageSwitch))); |
|
|
|
} |
|
|
|
|
|
|
|
return Task.CompletedTask; |
|
|
|
|