From db0b6deb13fc7f7913caaa107739a399fafd61fe Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 7 Apr 2024 10:51:31 -0400 Subject: [PATCH] There is no dark Unity panel, so remove the SVG reference. --- src/Unity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unity.cpp b/src/Unity.cpp index 7f07220..24a7d22 100644 --- a/src/Unity.cpp +++ b/src/Unity.cpp @@ -110,7 +110,7 @@ struct Unity : Module { struct UnityWidget : ModuleWidget { UnityWidget(Unity* module) { setModule(module); - setPanel(createPanel(asset::plugin(pluginInstance, "res/Unity.svg"), asset::plugin(pluginInstance, "res/Unity-dark.svg"))); + setPanel(createPanel(asset::plugin(pluginInstance, "res/Unity.svg"))); addChild(createWidget(Vec(15, 0))); addChild(createWidget(Vec(box.size.x - 30, 0)));