summaryrefslogtreecommitdiffhomepage
path: root/spline/axis-opts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'spline/axis-opts.hpp')
-rw-r--r--spline/axis-opts.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp
index ad94236c..5581f569 100644
--- a/spline/axis-opts.hpp
+++ b/spline/axis-opts.hpp
@@ -34,7 +34,8 @@ struct OTR_SPLINE_EXPORT axis_opts final
};
// note, these two bundles can be the same value with no issues
- bundle b_settings_window, b_mapping_window;
+ bundle b_settings_window = make_bundle("opentrack-ui");
+ bundle b_mapping_window = make_bundle("opentrack-mappings");
value<double> zero;
value<int> src;
value<bool> invert, altp;