Ola Bäcker

Results 5 comments of Ola Bäcker
trafficstars

Not sure if directly related but when using MAUI blazor app template targeting Windows, title doesnt seem to work either from setting in xaml or ctor of mainpage.

No, I used custom code to create a shortcut instead.

I can give you that tomorrow as earliest unfortunately!

Sorry for late answer. This is the code I used for the shortcut. ```cs private static void AddShortcut(string targetExePath) { string commonStartMenuPath = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu); string appStartMenuPath = Path.Combine(commonStartMenuPath, "Programs"); string...

It only seems to occur when the window is focused. Anyone has a workaround yet?