Solving a bug with the preferences.

This commit is contained in:
Tristan Roux
2019-04-23 17:33:36 +02:00
parent 308f224217
commit a6957224e4
+5
View File
@@ -217,6 +217,11 @@ namespace Opus.Fragments
}
}
public override void OnResume()
{
base.OnResume();
instance = this;
}
public override void OnDestroy()
{