Browse Source

There is no dark Unity panel, so remove the SVG reference.

tags/v2.6.1
Andrew Belt 1 year ago
parent
commit
db0b6deb13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Unity.cpp

+ 1
- 1
src/Unity.cpp View File

@@ -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<ThemedScrew>(Vec(15, 0)));
addChild(createWidget<ThemedScrew>(Vec(box.size.x - 30, 0)));


Loading…
Cancel
Save