We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f765e commit e7cde55Copy full SHA for e7cde55
AprilTagTrackers/GUI/MainFrame.cpp
@@ -9,7 +9,7 @@
9
GUI::MainFrame::MainFrame(RefPtr<ITrackerControl> _tracker, const Localization& _lc, UserConfig& _config)
10
: wxFrame(nullptr, wxID_ANY, _lc.APP_TITLE),
11
tracker(_tracker), lc(_lc), config(_config),
12
- previews{PreviewFrame{"Preview"}, PreviewFrame{"Camera Preview"}}
+ previews{PreviewFrame{"Preview [" + _config.windowTitle + "]"}, PreviewFrame{"Camera Preview [" + _config.windowTitle + "]"}}
13
{
14
SetIcon(apriltag_xpm);
15
if (!config.windowTitle.empty()) SetTitle(config.windowTitle);
0 commit comments