Skip to content

Commit

Permalink
Fix linux dock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 12, 2019
1 parent 7b227cb commit 1148a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Gui/Program.cs
Expand Up @@ -113,7 +113,7 @@ private static AppBuilder BuildAvaloniaApp()

return result
.With(new Win32PlatformOptions { AllowEglInitialization = true, UseDeferredRendering = true })
.With(new X11PlatformOptions { UseGpu = useGpuLinux })
.With(new X11PlatformOptions { UseGpu = useGpuLinux, WmClass = "Wasabi Wallet" })
.With(new AvaloniaNativePlatformOptions { UseDeferredRendering = true, UseGpu = true })
.With(new MacOSPlatformOptions { ShowInDock = true });
}
Expand Down

0 comments on commit 1148a9b

Please sign in to comment.