diff --git a/data/widgets/options.xml b/data/widgets/options.xml
index 908bb4540..7c8e63edc 100644
--- a/data/widgets/options.xml
+++ b/data/widgets/options.xml
@@ -32,6 +32,10 @@
+
+
+
+
diff --git a/src/commands/cmd_options.cpp b/src/commands/cmd_options.cpp
index 2929619cf..81ea4c0f3 100644
--- a/src/commands/cmd_options.cpp
+++ b/src/commands/cmd_options.cpp
@@ -80,6 +80,7 @@ void OptionsCommand::onExecute(Context* context)
Widget* checked_bg_color2_box = app::find_widget(window, "checked_bg_color2_box");
Button* checked_bg_reset = app::find_widget