Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvankreel committed Nov 11, 2024
1 parent 71d7c88 commit 84a4037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin_base/src/plugin_base/plugin_base/gui/lnf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ lnf::init_theme(std::filesystem::path const& theme_folder, var const& json)
}
}
}

assert(json.hasProperty("global_settings"));
var global_settings = json["global_settings"];
if (global_settings.hasProperty("lighten"))
Expand Down
2 changes: 1 addition & 1 deletion src/firefly_synth/firefly_synth/fx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public module_engine {
// tack some cached buffers for fft onto graph_engine
class fx_graph_engine:
public graph_engine
{
{
cached_fft _cached_fft;
public:
fx_graph_engine(plugin_desc const* desc, graph_engine_params const& params) :
Expand Down
2 changes: 1 addition & 1 deletion themes/Firefly Hot Dark/theme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"global_settings": {
"lighten": "0.15",
"windows_font_height": "13",
"windows_font_height": "12",
"linux_font_height": "11",
"mac_font_height": "11",
"combo_radius": "3",
Expand Down

0 comments on commit 84a4037

Please sign in to comment.