We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97612d commit 670b065Copy full SHA for 670b065
app/MindWork AI Studio/Layout/MainLayout.razor.cs
@@ -117,6 +117,9 @@ protected override async Task OnInitializedAsync()
117
if(this.SettingsManager.ConfigurationData.App.NavigationBehavior is NavBehavior.ALWAYS_EXPAND)
118
this.navBarOpen = true;
119
120
+ // Solve issue https://github.com/MudBlazor/MudBlazor/issues/11133:
121
+ MudGlobal.TooltipDefaults.Duration = TimeSpan.Zero;
122
+
123
await this.themeProvider.WatchSystemPreference(this.SystemeThemeChanged);
124
await this.UpdateThemeConfiguration();
125
this.LoadNavItems();
0 commit comments