mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
Fix race condition when opening window that causes a crash
This commit is contained in:
parent
fc598d88ad
commit
3830e8566e
@ -50,6 +50,9 @@ public partial class ProfileConfigurationIcon : UserControl, IDisposable
|
|||||||
{
|
{
|
||||||
Dispatcher.UIThread.Post(() =>
|
Dispatcher.UIThread.Post(() =>
|
||||||
{
|
{
|
||||||
|
if (ConfigurationIcon is null)
|
||||||
|
return;
|
||||||
|
|
||||||
Stream? stream = ConfigurationIcon.GetIconStream();
|
Stream? stream = ConfigurationIcon.GetIconStream();
|
||||||
if (stream == null)
|
if (stream == null)
|
||||||
Content = new MaterialIcon {Kind = MaterialIconKind.QuestionMark};
|
Content = new MaterialIcon {Kind = MaterialIconKind.QuestionMark};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user