Browse Source

Fix default UI theme ID in settings.

tags/v2.3.0
Andrew Belt 1 year ago
parent
commit
b2c98c5d70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/settings.cpp

+ 1
- 1
src/settings.cpp View File

@@ -27,7 +27,7 @@ math::Vec windowSize = math::Vec(1024, 720);
math::Vec windowPos = math::Vec(NAN, NAN);
bool invertZoom = false;
float pixelRatio = 0.0;
std::string uiTheme = "default";
std::string uiTheme = "dark";
float cableOpacity = 0.5;
float cableTension = 1.0;
float rackBrightness = 1.0;


Loading…
Cancel
Save