Skip to content

Commit

Permalink
oh come onnnnn
Browse files Browse the repository at this point in the history
  • Loading branch information
Eknous-P committed Nov 16, 2024
1 parent 538f853 commit e23dd0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,7 @@ void FurnaceGUI::setupSettingsCategories() {
}
ImGui::Unindent();
}),
SETTING(NULL,{
Setting(NULL,[]{
ImGui::Text(_("Pattern view labels:"));
}),
SETTING(_("Note off (3-char)"),{
Expand Down Expand Up @@ -2784,7 +2784,7 @@ void FurnaceGUI::setupSettingsCategories() {
ImGui::SameLine();
ImGui::Text(_("Empty field (2-char)"));
}),
SETTING(NULL,{
Setting(NULL,{
ImGui::Text(_("Pattern view spacing after:"));
}),
SETTING(_("Note"),{
Expand Down Expand Up @@ -3460,7 +3460,7 @@ void FurnaceGUI::setupSettingsCategories() {

UI_COLOR_CONFIG(GUI_COLOR_FM_SSG,_("SSG-EG")),
UI_COLOR_CONFIG(GUI_COLOR_FM_WAVE,_("Waveform")),
SETTING(NULL,{ImGui::TextWrapped(_("(the following colors only apply when \"Use separate colors for carriers/modulators in FM editor\" is on!)"));}),
Setting(NULL,{ImGui::TextWrapped(_("(the following colors only apply when \"Use separate colors for carriers/modulators in FM editor\" is on!)"));}),
UI_COLOR_CONFIG(GUI_COLOR_FM_PRIMARY_MOD,_("Mod. accent (primary)")),
UI_COLOR_CONFIG(GUI_COLOR_FM_SECONDARY_MOD,_("Mod. accent (secondary)")),
UI_COLOR_CONFIG(GUI_COLOR_FM_BORDER_MOD,_("Mod. border")),
Expand Down

0 comments on commit e23dd0a

Please sign in to comment.