mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Core - Fixed plugins not loading, oops
This commit is contained in:
parent
5162111782
commit
d47f347beb
@ -77,8 +77,8 @@ namespace Artemis.Core.Services
|
||||
ApplyLoggingLevel();
|
||||
|
||||
// Initialize the services
|
||||
// _pluginService.CopyBuiltInPlugins();
|
||||
// _pluginService.LoadPlugins();
|
||||
_pluginService.CopyBuiltInPlugins();
|
||||
_pluginService.LoadPlugins();
|
||||
|
||||
var surfaceConfig = _surfaceService.ActiveSurface;
|
||||
if (surfaceConfig != null)
|
||||
|
||||
@ -55,7 +55,7 @@ namespace Artemis.UI.Screens.Settings.Debug
|
||||
{
|
||||
Execute.PostToUIThread(() =>
|
||||
{
|
||||
if (e.BitmapBrush.Bitmap == null)
|
||||
if (e.BitmapBrush?.Bitmap == null)
|
||||
return;
|
||||
|
||||
if (!(CurrentFrame is WriteableBitmap writeableBitmap))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user